I have a MySQL query that I am sending the results to text boxes in a form. In the event of a space in the string data, the string is being truncated at the first space. Is there a PHP function that can prevent this string data from being truncated in the form.
If I print the query results or send them to a texarea, the data is displayed correctly. Thanks, Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php