you can't have whitespace in $vals....I would replace the whitespace
with _ and vice-versa when you want to ouput the $vals...

____________________________ 
Matthew Luchak 
Webmaster
Kaydara Inc. 
[EMAIL PROTECTED]




I'm trying to do the following

<input type="text" tabindex=17 name="Aname" value=

<?
echo strtoupper($Aname);
?>

But when Aname is multiple words, such as "Wade Williams", everything
from
the whitespace on gets cut off.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to