[PHP] empty connection string

2004-05-21 Thread AMC
Hi, I'm using an include file to store the connection string to a mysql db. Whenever I try to reference that a string to open a connection I get the error 'empy connection string' . When I write the string to the page using response.write(connectionstring) it shows up fine. Is the something else

Re: [PHP] empty connection string

2004-05-21 Thread Curt Zirzow
* Thus wrote AMC ([EMAIL PROTECTED]): Hi, I'm using an include file to store the connection string to a mysql db. Whenever I try to reference that a string to open a connection I get the error 'empy connection string' . When I write the string to the page using

Re: [PHP] empty connection string

2004-05-21 Thread AMC
Yes Curt Zirzow [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] * Thus wrote AMC ([EMAIL PROTECTED]): Hi, I'm using an include file to store the connection string to a mysql db. Whenever I try to reference that a string to open a connection I get the error 'empy connection

Re: [PHP] empty connection string

2004-05-21 Thread Jeroen Serpieters
On Fri, 21 May 2004, Curt Zirzow wrote: Are we talking about PHP here? It smells like asp ;-) -- Jeroen Like the creators of sitcoms or junk food or package tours, Java's designers were consciously designing a product for people not as smart as them. -- Paul Graham -- PHP

Re: [PHP] empty connection string

2004-05-21 Thread Jeroen Serpieters
On Fri, 21 May 2004, AMC wrote: Yes It's the first time I hear response.write() and php together ... confused :S -- Jeroen Describing the difference between computer hardware and software: Those parts of the system that you can hit with a hammer (not advised) are called hardware; those

Re: [PHP] empty connection string

2004-05-21 Thread Stephen Lake
Its a first for me to hear to...never thought PHP and MS were married :D Jeroen Serpieters [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, 21 May 2004, AMC wrote: Yes It's the first time I hear response.write() and php together ... confused :S -- Jeroen Describing