Hello,
Q.
With php I know we can Create a Form and have it POST to read on the next page. Great! NOW can it post to a third page, without using a form again. I just want to carry the users name around, so to say.
Design so my pages are personalized showing the users name whatever page they go to.
You see the username is Posting on page 2 this is what i want...
But! When the user clicks a next 3rd page I cannot get their name to show automatically - I want it to show like it did on page 2, It can't be the user has to enter their username on a form again and again.
P.S - My register_global are off and I have no access to my php.ini file
none of these can be configured, So I need to know how to do it without what register_globals OFF and the php.ini file default at 0 ....
The answer will be much appreciated! A big Thank-you