Good day,
I was wondering how can i change the php setting of my server.
I'm renting a hosted place, from world class server, windows 2003.
Php 4.3.9
Let say I want to change the send mail from and path of my phpinfo.php ?
Can it be done remotely ?
Thank in advance !
Php server settings
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Look at th documentation on configuration, especially the bottom.
http://www.php.net/manual/en/configuration.changes.php
And ini_set()
http://www.php.net/manual/en/function.ini-set.php
http://www.php.net/manual/en/configuration.changes.php
And ini_set()
http://www.php.net/manual/en/function.ini-set.php
(#10850)
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Php server settings
Have you got remote access to the server?Peuplarchie wrote:Can it be done remotely ?