Looking for example script w/ HTTP POST parameter handling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
swheeler
Forum Newbie
Posts: 6
Joined: Mon Jun 28, 2010 10:44 am

Looking for example script w/ HTTP POST parameter handling

Post 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
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

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

Post 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.
Post Reply