Jump to content

creating a new session variable


i8grand

Recommended Posts

I have created a form:

 

       "<form style=\"display:inline\" action=\"playSaved.php\" method=\"post\">\n ".	
	"<input type=\"hidden\" name=\"thisPuzzle\" value=\"" . $dbRow[0] . "\">\n ".
	"<input type=\"submit\" value=\"Play\">\n " .
	"</form>".

 

which works fine as it is but I now want thisPuzzle to be a session variable.  I was wondering if this was possible to do. I already have a set of session variables used on each page and I am looking to add this to them for playSaved.php.

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/199390-creating-a-new-session-variable/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.