Showing posts with label PHP tutorials. Show all posts
Showing posts with label PHP tutorials. Show all posts

Thursday, 23 August 2012

Sending Variables from One Page to Another Page in PHP

Another major module in programming languages is sending variables from one page to another page. Usually, for many reasons we need to send some data on one page to be shown on another page. There are two major ways to send variables from one page to another page.

  • Sending variables by using forms.
  • Sending variables without forms.