You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vernon A Webb <Ve...@net-nation.com> on 2002/01/30 23:09:20 UTC

Querystring to Session

I'm trying to set a quesrystring to a session. 

Here's what I got:

<?php
session_start();
session_register("Uname");
$name = Request.QueryString("Uname");
echo $Uname
?>

Please help trying to migrate from ASP to PHP.

This is the VBScript equivalent:
//Session("Uname") = Request.QueryString("Uname")



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org