Hi,
More of a general HTML question, but thought I'd ask here:
I'm doing form validation and if something needs to be corrected, then the
user is informed and allowed to make changes. So, they don't have to retype
what they entered in the <textarea>, I'm displaying it again with:
<?php if(isset($_POST['adText'])){echo trim($_POST['adText']);}?>
But, when the form is redisplayed, it is adding tab chars to the beginning
of the string. Is this a PHP issue or an HTML issue?
Suggestions?
Thanks,
James
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php