Page 1 of 1

using get and post function

Posted: Wed Sep 04, 2013 4:54 pm
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

Re: using get and post function

Posted: Wed Sep 04, 2013 6:37 pm
by requinix
Do a

Code: Select all

print_r($_POST);
See anything in the output that looks relevant?

Re: using get and post function

Posted: Thu Sep 05, 2013 6:52 pm
by tiszy
tanx dude