php.ini

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

Post Reply
dicefile
Forum Newbie
Posts: 1
Joined: Wed Aug 05, 2009 6:48 pm

php.ini

Post by dicefile »

Hello,
my first time here so if this post is in the wrong category, please forgive me.

I have a site that I've built that needs to sit on an already existing windows server. Problem
is I have some functionality thats using PHP. Would anyone know how to create, configure and where to rest
a php.ini file?

thank you in advance,
Dicefile
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: php.ini

Post by aceconcepts »

Use phpinfo() to determine the path for php.ini
Post Reply