value="foo bar" as opposed to value=foo bar
regards,
philip
On Mon, 23 Apr 2001, 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]