When I have the following in a form: <?php $testvar = "a b c"; ?> <input type="text" size=20 name=testvar value=<?php echo $testvar; ?>> the value shown in the form field is a and not a b c why? and how can I get to see the untrucated text, please?
Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php