On Monday 05 March 2001 17:29, you wrote:
> I'm using a variable!
> <input type="text" name="MyTextInput" value=<?=$val ?>>
Well, you *still* need to have quotes around it:
<input type="text" name="MyTextInput" value="<?=$val ?>">
> >Make sure you have quotes around the value.
> >
> ><input type="text" name="MyTextInput" value="MyValue">
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
...to paraphrase Churchill, while representative democracy may be
terrible, it's still the best system that large corporations can buy.
- David Weinberger JOHO January 25, 2000
--
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]