Forum Moderators: coopster
I'm having trouble configuring the php.ini file on my laptop. I'm using Windows XP Home Edition with Apache 1.3.26 and PHP 4.2.2.
Apache and PHP are both running fine. But with PHP I'm having trouble getting sessions to work and Global Variables. What I wanted to know is if anyone here can drop me a link to a page that will go into greater detail with describing the php.ini file. I've tried going to php.net and finding out a little more about it. But I'm having a little bit of trouble locating the page that goes into better description with the php.ini file. I apologize for any inconvenience, but any help is greatly appreciated.
Thanks
Do you have track_vars and register_globals both enabled. I think I had to set a directory for sessions as well, but it's on my home system, and I can't find the details to do it at the moment.
[php.net...]
Thanks
There is also website technology issues which helps to scoop up all the topics that aren't necessarily large enough on their own.
Also Linux, Unix, and *nix like Operating Systems.
They are all covered somewhere but we just don't have a topic specifically for webservers.
This link explains most of all the php.ini file.
[php.net...]
This link explains the sessions section in the php.ini file.
[php.net...]
If you want to turn off register_globals and not use HTTP_VARS, this link tells you about using predefined variables.
[php.net...]
And if you will be installing on any MS Windows OS, this link can help.
[php.net...]
Hope this can help someone else.