it looks like you left off the quotes around the value that you're
echoing...try putting it in like this

<input type="text" tabindex="17" name="Aname" value="<? echo
strtoupper($Aname); ?>">

-jack

Wade wrote:
> 
> 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]

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