shouln't be
QUOTE: <input type = "textarea" name="quote"...

Respectfully,
Ligaya Turmelle
"Matt Macleod" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Should be:
>
> <form name="form" meth0d="post" action="input/php">
> NAME: <input type="text" name="name" id="name" />
> QUOTE: <textarea name="quote" id="quote"></textarea>
> <input type="submit" name="submit" value="Submit" />
> </form>
>
> HTH
>
>
> Matt
>
> On 3 Jun 2004, at 04:33, BigMark wrote:
>
> > OK no errors now but no data inserted,  my form must be wrong as well.
> >
> > <form  method="post" action="input.php">
> > NAME
> >    <input name="textfield" type="text" id="name" >
> > QUOTE
> >    <input name="textarea" type="text" "id="quote" >
> >
> >   <input type="submit" name="Submit" value="Submit">
> >
> > </form>
> >
> > -- 
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to