Working with sessions?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

sweahe
Forum Commoner
Posts: 52
Joined: Sat May 04, 2002 4:07 am
Location: Växjö, Sweden

Post by sweahe »

Go into your control panel and into administration tools and click on services and restart Apache... ooh I just supposed you run Apache. :wink: ...if not restart your whatever webserver and check your phpinfo(); again.

I guess the php.ini in use is the one in the c:\winxp dir.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Code: Select all

<?php phpinfo(); ?>
tells you the path to the used php.ini
Post Reply