Sharing user data across multiple pages in PHP

Asked By 10 points N/A Posted on -
qa-featured

Am trying to work on a project which involves the following: The user will enter his registration number as an example and clicks on submit button present on the same page. As soon as the button is clicked, the value of the registration number should get displayed in second page. That is all my requirement is. I am here exactly trying to understand the procedure of sharing variables among multiple PHP pages. I am using sessions for this but unable to succeed. Is there any good approach than using sessions to get this done quickly?

SHARE

Related Questions