Page 1 of 1

Looking for example script w/ HTTP POST parameter handling

Posted: Mon Jun 28, 2010 11:52 am
by swheeler
Hi,

I'm new to PHP programming and am looking for some guidance, please. I need to create a script that utilizes parameters from an HTTP POST request; quite similar to the request sent for account activation! If anyone here could point me to a simple example, I would be most appreciative.

Thanks,
Scott

Re: Looking for example script w/ HTTP POST parameter handli

Posted: Mon Jun 28, 2010 12:24 pm
by McInfo
PHP Manual: PHP and HTML

Read that page and the pages it links to, especially the page dealing with variables from external sources. That should give you a better idea of what you need to do.