Re: [PHP] New on PHP, need help with sessions

2001-07-03 Thread mike cullerton
i believe this is track_vars, but as of php 4.0.3, this is always on. on 7/3/01 9:21 AM, Kurt Lieber at [EMAIL PROTECTED] wrote: > Hi Mike -- > > a related question to your post below. Specifically > >> $HTTP_SESSION_VARS["variablename"] >> or (depending on how php is configured) $variablenam

Re: [PHP] New on PHP, need help with sessions

2001-07-02 Thread mike cullerton
on 7/3/01 12:19 AM, Victor Spång Arthursson at [EMAIL PROTECTED] wrote: > Hi! > > I'm converting from ASP/VBScript, and need to know how to declare a > session variable. i feel your pain. i just finished moving a site from ASP/VBScript to PHP/Javascript, learning ASP/VBScript and Javascript a

[PHP] New on PHP, need help with sessions

2001-07-02 Thread Victor Spång Arthursson
Hi! I'm converting from ASP/VBScript, and need to know how to declare a session variable. In VBScript I just type in: <% session("any") = "victor" %> Then I can print that variable on any page on the same webpage using: <% response.write session("any") %> as long as I don't close the browse