Probleme when I set a value to an input
Posted: Fri Apr 08, 2005 3:51 pm
Hello !
I have a probleme with the the following code :
when I point my browser to this page I have only the truncated name in the input field (only Louis)...
Where is the error ?
Thanks for your help,
Jean-Marie
I have a probleme with the the following code :
Code: Select all
<html><body>
<?php
$Nom = "Louis Marie";
?>
<input name="nom" type="text" size="80" value=<?php echo $Nom; ?>>
</body></html>when I point my browser to this page I have only the truncated name in the input field (only Louis)...
Where is the error ?
Thanks for your help,
Jean-Marie