Re: [PHP-DB] Getting error using mssql_next_result

2002-05-11 Thread Glenn Sieb
At 01:37 AM 5/11/2002 +0300, Khalid A.S. posted the following... >Hello.. If I'm not wrong, it should be : "mysql_connect" not >"mssql_connect" unless you've defined a function somewhere... If your'e connecting to a MySQL database, yes, but if you're connecting to a MS SQL database, then he's

Re: [PHP-DB] Greetings.. MSSQL and PHP question...

2002-05-01 Thread Glenn Sieb
On 12:00 PM 5/1/2002 -0400, Glenn Sieb wrote: >I'm toying with this script I found for doing DB queries.. Up until I >added the print (""); code, it worked.. >can anyone help me find out what I'm doing wrong? (quoting the bit of the >script, so as not to

[PHP-DB] Greetings.. MSSQL and PHP question...

2002-05-01 Thread Glenn Sieb
I'm toying with this script I found for doing DB queries.. Up until I added the print (""); code, it worked.. can anyone help me find out what I'm doing wrong? (quoting the bit of the script, so as not to do the TMI bit :) What this does now is give me "560k read" and a frozen browser :( Than