hy
I have a problem with a form (<input type=text>)
when I echo the values from the database like:
<input type=text name=anyname value="<?php echo $row['anyname'];?>">
sometimes...but only sometimes...the value echoed is only the first part of what is in the database. when there is a space sometimes php seems to loose the second part of the filed.
can someone tell me how to solve this??
thanks a lot!