Revision history of "Showing php session parameters"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 18:31, 16 December 2018George2 (Talk | contribs). . (203 bytes) (+203). . (Created page with "<source lang="php"> <?php session_start(); echo '<pre>' . print_r($_SESSION,TRUE) . '</pre>'; require_once "pdo.php"; foreach ($_POST as $key => $value) echo $key.'='....")