Php server settings

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
Peuplarchie
Forum Contributor
Posts: 148
Joined: Sat Feb 04, 2006 10:49 pm

Php server settings

Post by Peuplarchie »

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 !
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

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
(#10850)
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Php server settings

Post by Chris Corbyn »

Peuplarchie wrote:Can it be done remotely ?
Have you got remote access to the server?
Post Reply