Re: [PHP-WIN] php_mysql.dll fails to load

2004-10-04 Thread Felipe Gasper
I had a similar problem until I took MySQL out of the system's PATH; this fixed my problem. PHP apparently needs its own client library and will hork on the one from MySQL. -FG Quoth Alex Popescu on 10/4/2004 4:28 PM... I sent this message to 3 lists just hoping I would get some help. I just ho

[PHP-WIN] php_mysql.dll fails to load

2004-10-04 Thread Alex Popescu
I sent this message to 3 lists just hoping I would get some help. I just hope I am not upsetting anybody with it! I have apache2, mysql 4.0.21 and php 5.0.2.on xp pro. All works fine up to the point where I enable the php_mysql.dll module in php.ini. I followed the instructions and copied libmy

[PHP-WIN] PHP 4.3.9 on Windows XP SP2 ?

2004-10-04 Thread Tez Durrant
Hi, I'm trying to install PHP onto a Windows XP Pro SP2 system. PHP appears to install fine. However when I try to access any php page ( including a simple phpinfo page ) I get the following error :- Warning: main(./libraries/grab_globals.lib.php): failed to open stream: No such file or directo

Re: [PHP-WIN] Apache as a service

2004-10-04 Thread phpWalter
> Hi, > > Can anyone help me with regards to running Apache 1.3.27 on Windows 2000 > Professional Service Pack 4. Sure, read the files at the URL in my sig. If you have any more questions, drop me a note. Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP-WIN] Apache as a service

2004-10-04 Thread Dale Attree
Hi, Can anyone help me with regards to running Apache 1.3.27 on Windows 2000 Professional Service Pack 4. Thanks, Dale

RE: [PHP-WIN] Commas conundrum

2004-10-04 Thread Gryffyn, Trevor
Hey Anne. How are you "importing" the file? Looks like your comma delimited file also uses double-quotes to delineate the data (which is normal for CSVs). I'd say just split the lines on the commas (as you're probably doing) with explode or something, then count how many entries you got. If it