using get and post function

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
tiszy
Forum Newbie
Posts: 3
Joined: Wed Sep 04, 2013 12:55 am

using get and post function

Post by tiszy »

am new to php please, and am working on some pages, i just need help on how to use get the info from a login form in another page, for example... after a user has finished registering on a form, his full name entered on the form would just be automatically posted on the confirmation page... please i would be glad if am assisted in this as soon as possible
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: using get and post function

Post by requinix »

Do a

Code: Select all

print_r($_POST);
See anything in the output that looks relevant?
tiszy
Forum Newbie
Posts: 3
Joined: Wed Sep 04, 2013 12:55 am

Re: using get and post function

Post by tiszy »

tanx dude
Post Reply