using get and post function
Moderator: General Moderators
using get and post function
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
Re: using get and post function
Do a
See anything in the output that looks relevant?
Code: Select all
print_r($_POST);Re: using get and post function
tanx dude