Hi!
I'm trying to get values from a data base to let the user modify them.
In the data base there can be ', " or spaces.
the code is this:
echo"<td><input type='text' name='aime1' size='20' maxlength='20' value=$aime1></td>";
The problem is that without ' or " around the $aime1, the php writes the value untill the first space only!
How could I do?