Re: Re: $_GET and $_POST arrays not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Saturday 26 November 2005 02:45, John Nichel wrote:
> If you have a form like this one one page...
>
> <form action="page2.php" method="post">
> <input type="hidden" name="foo" value="bar" />
> <input type="submit" />
> </form>
>
[snip]

Dear John

Please go all the way when providing an example.  To prevent errors and 
unpredictable behaviour, ALWAYS add encoding to the form tag.

<form action="page2.php" method="post" enctype="multipart/form-data" 
name="form1">

Systematically adding names on all your forms may save you many hours of hair 
plucking as well ;)

With kind regards


Andy

-- 
Now listening to Top! Radio Live www.topradio.be/stream on amaroK
Geek code: www.vlaamse-kern.com/geek
Registered Linux User No 379093
If life was for sale, what would be its price?
www.vlaamse-kern.com/sas/ for free php utilities
--

Attachment: pgp2OI0wwzbBQ.pgp
Description: PGP signature


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux