|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-25 21:14 UTC] zak@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 18:00:01 2025 UTC |
if ($PHPSESSID) session_start($PHPSESSID); else session_start(); session_register("VALID"); $VALID = "8761"; /* Works when I call this form and stores the session variables correctly */ /* This is the data from the /tmp session id VALID|s:4:"8761"; */ <FORM action="Next_Form.php<?$PHPSESSID?>" method=post> /* Same page doesn't work It doesn't store the variables at all */ <A href="http://localhost/Next_Form.php<?$PHPSESSID?>" name=Next_Form title=Add>Add</A></td