Posted by Jerry Stuckle on 12/23/05 06:22
charles_weaver@post.harvard.edu wrote:
> So you are saying that there are no session variables in Windows IIS
> PHP and I have to handle all this in hidden variables or something like
> that? Too bad. Fortunately my ultimate target is a Linux server and I
> guess I will just have to do my development there. Live and learn.
>
Yes, there are session variables on Windows servers. But you don't have
the same $_SERVER variables Apache does. And even to get those, you
*may* have to have the ISAPI version installed instead of the CGI version.
But if you're going to be running on Linux anyway, why not just load
Apache on Windows and use it? It makes things *much* easier.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|