ose specifications. If you understand
> how to read those specifications, you will for about 99,125% never,
> ever, need any other sources of help when it comes to the creepy
> details.
>
>
>
> Cheers,
>
> /Anders
>
> > -Original Message-
> > From: S
t when you should
use this or when you shouldn't use this on PHP (including reasons) ... if u
know, pls let me know... as I'm a DIY learner, just trying everything out
but dunno it's a good way to do or not...
"Samura1" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D
:[EMAIL PROTEC
details about POSTing:
>
>
http://www.php.net/manual/en/language.variables.external.php#language.variab
les.external.form
>
> If you want to uplaod a file instead, you might want to check this out:
>
> http://www.php.net/manual/en/features.file-upload.php
>
>
> Cheers,
> Anders
&
the data
> 2) can't get the values from posted data
> 3) something else
>
> ??
>
> Cheers,
> Anders
>
> > -Original Message-
> > From: Samura1 [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 14, 2002 12:32 PM
> > To: [EMAIL
Hey guys,
I want to know how to retrieve data from POST (form) ...
What I want to do is...
I've got a textarea for ppl to enter large amount of text (essay), and I let
ppl submit it (using POST), then insert these data into mySQL.
I get it working if I use GET (I only know how to use GET, dunno