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.

Any ideas how to fix this?

Thanks
Wade



-- 
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