Sessions and Variables in PHP: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 July 2014

6 February 2014

23 May 2007

  • curprev 18:4118:41, 23 May 2007 Admin talk contribs 561 bytes +561 New page: learned something: The only way for any variable, (apache, environment, php) to remain set the next time the page is loaded is to create a session. Use start_session(); on the top of ea...