<!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>
<form method="post">
<input name="Text1" type="text" value="www.html.it" /></form>
<?php
echo '<input height="181" name="Image1" src="http://127.0.0.1/' . md5($_POST['Text1']) . '.png" type="image" width="268" />';
?>
</body>
</html>
Questo codice funziona l`unico problema e` che per aggiornare l`immagine devo cambiare il contenuto della text1 e premere invia come si puo fare in modo che sia automatico???
Inoltre quando apro la pagina all`inizio non esce direttamente l`immagine ma bisogna cliccare invia dopo aver modificato la tex1
mi potete aiutare?