Re: [PHP] Cannot connect to database when using Zend studio debugger

2005-04-05 Thread Supersky
Thanks, Burhan. Supersky Burhan Khalid [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Supersky wrote: Dear Richard, Thanks. After I swaped to PHP4 option in the preference of Zend Studio, I can connect to the database. However, other problems arised. The problem might

[PHP] Cannot connect to database when using Zend studio debugger

2005-03-31 Thread Supersky
I am learning how to use Zend studio 4.0 debugger. With internal mode, when I debug a program that needs a connection to a Mysql database, I get the message Fatal error/b: Call to undefined function mysql_connect() in bD:\Program Files\Apache Group\Apache2\htdocs\topiclist.php. My php version

Re: [PHP] Cannot connect to database when using Zend studio debugger

2005-03-31 Thread Supersky
Dear Richard, Thanks. After I swaped to PHP4 option in the preference of Zend Studio, I can connect to the database. However, other problems arised. The problem might be that my PHP version installed is 5.0.3 indeed. Best regards, Supersky Richard Davey [EMAIL PROTECTED] wrote in message

[PHP] Cannot connect to Database

2005-01-27 Thread Supersky
Hello, I'm using the following statements to connect to a database. ?php $conn = mysql_connect('localhost', 'root', '') or die (Can't Connect To Database); $db = mysql_select_db(testDB, $conn) or die (Can't Select Database. mysql_error()); ? But I cannot, and I see Fatal error: Call to

Re: [PHP] Cannot connect to Database

2005-01-27 Thread Supersky
Dear Leif, Thank you for your help. I have done what you told me to do. But it doesn't work. Best, Supersky Leif Gregory [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello Supersky, Thursday, January 27, 2005, 8:55:04 AM, you wrote: S But I cannot, and I see Fatal error: Call

Re: [PHP] Cannot connect to Database

2005-01-27 Thread Supersky
Hello Richard, 1. I restarted Apache. 2. ?php phpinfo()? say D:\WINDOWS. 3. ?php phpinfo()? say nothing about MySQL. Thanks, Supersky Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Supersky wrote: Thank you for your help. I have done what you told me to do

Re: [PHP] Cannot connect to Database

2005-01-27 Thread Supersky
Hello Leif, There is nothing about mysql on the information page. Thanks for your link and I am reading it. Thanks, Supersky Leif Gregory [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello Supersky, Thursday, January 27, 2005, 1:37:12 PM, you wrote: S Thank you for your help

Re: [PHP] Cannot connect to Database

2005-01-27 Thread Supersky
Hello Richard, I've added my PHP folder to the system path. I think this can do the same as putting in in D:\windows. My problem has been solved. Thank you very much. Gan Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Supersky wrote: 2. ?php phpinfo()? say D

Re: [PHP] Cannot connect to Database

2005-01-27 Thread Supersky
Hello Leif, I've solved my problem. Thanks! Supersky Supersky [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello Leif, There is nothing about mysql on the information page. Thanks for your link and I am reading it. Thanks, Supersky Leif Gregory [EMAIL PROTECTED] wrote

[PHP] Re: Cannot connect to Database

2005-01-27 Thread Supersky
Thank all of you who helped me. My problem has been solved. Supersky Supersky [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I'm using the following statements to connect to a database. ?php $conn = mysql_connect('localhost', 'root', '') or die (Can't Connect