change php.ini

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

Locked
sekhon
Forum Newbie
Posts: 3
Joined: Tue Aug 07, 2007 5:21 am

change php.ini

Post by sekhon »

Hi,
I have a problem that am not able to connect with mssql_connect() function to MSSql server.
Error is: undefined function mssql_connect().
On local this problem is get solved by uncomment extension=mssql_php.dll and extension=mssql_pdo_php.dll line by removing ";" in front of it.
::But how do i same on the online server?.
::If possible with coding or is [s]thr[/s] THERE any other way to do this [s]plz[/s] PLEASE let me know?
::If [s]thr[/s] THERE is a way to change .htaccess file to make this change or any better solution with .htaccess plzz..
::If [s]thr[/s] THERE ia a way to change the path for php.ini and we put our php.ini file in other folder and access that rather than php.ini on server.
[s]plz[/s] PLEASE ..
[s]Thanx[/s] THANKS
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.

Some examples of what not to do are ne1, any1 (anyone); u (you); ur (your or you're); 2 (to too); prolly (probably); afaik (as far as I know); etc.
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

Fix the spelling. Post in the right forum. (This forum specifically states not to post programming related questions in it). That aside I'm assuming you're on a shared host? Have you talked to them? They can normally do this for you ( or may end up telling you to take a hike) in which case you'll need a shared host with those capabilities.
sekhon
Forum Newbie
Posts: 3
Joined: Tue Aug 07, 2007 5:21 am

AOL Speak

Post by sekhon »

[s]Thanx[/s] Thanks
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.

Some examples of what not to do are ne1, any1 (anyone); u (you); ur (your or you're); 2 (to too); prolly (probably); afaik (as far as I know); etc.
Locked