[PHP-WIN] Re: register_globals issue

2005-05-05 Thread Bill Kirk
I did the phpinfo(), and it says that it is looking for the php.ini file in the Windows directory (which is where I have it). I tried bouncing Apache and rebooting the serverto no avail. Any other thoughts? - Thanks "Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

[PHP-WIN] Re: [PHP] PHP 5, mySQL and Win XP. I NEED HELP

2005-05-05 Thread bala chandar
hey On 5/5/05, Oscar Andersson <[EMAIL PROTECTED]> wrote: > I have made a instal of the latest mySQL and PHP 5 on my computer. > I have made the following changes to my php.ini file > > extension=php_mysql.dll > extension_dir = "c:\php\" > > and i have put the php_mysql. and libmysql.dll in c:\p

[PHP-WIN] PHP 5, mySQL and Win XP. I NEED HELP

2005-05-05 Thread Oscar Andersson
I have made a instal of the latest mySQL and PHP 5 on my computer. I have made the following changes to my php.ini file extension=php_mysql.dll extension_dir = "c:\php\" and i have put the php_mysql. and libmysql.dll in c:\php\ and in c:\windows to Now i try this in my php-file $con = mysql_con

[PHP-WIN] Real path through aliases

2005-05-05 Thread Liam
Hi, I'm running PHP 4.3 and Apache 2, trying to figure something out. Is there a way from PHP to determine the real (harddrive, not URL) path being accessed by a URL? For example, if I want to know where on my harddrive http://localhost/web/ is, it's going to be DOCUMENT_ROOT/web, and I can mak

[PHP-WIN] Re: register_globals issue

2005-05-05 Thread michael
It may just be that you need to restart Apache for your changes to take effect. You could alternatively use the ini_set() function in an include file or something to turn it on. Jason Barnett writes: Bill Kirk wrote: I am running php 4.3.10 on a Windows 2003 server with Apache 2. My proble