<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 1</title>
</head>
<body>
<input name="Text1" type="text" value="www.html.it" /></p>
<form method="post">
<?php
echo '<input height="181" name="Image1" src="http://127.0.0.1/' . md5($_POST['Text1']) . '.png" type="image" width="268" />';
?>
</form>
</body>
</html>
Non riesco a caricare questa img come mai mi esce questo errore?
Notice: Undefined index: Text1 in C:\Program Files\EasyPHP 2.0b1\www\Untitled_1.php on line 15
La text come si vede ha nome Text1 e quindi dove sta l`errore inoltre l`immagine che dovrebbe aprire e` presente sul server e correttamente salvata