RE: [PHP]include question, WHY doesn't this work...

2001-07-23 Thread Gonyou, Austin
] > Sent: Monday, July 23, 2001 2:53 PM > To: Chris Cocuzzo > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP]include question, WHY doesn't this work... > > > Is the lib direcotory under the working directory, I mean, if your > program is excuting under temp directory,

Re: [PHP]include question, WHY doesn't this work...

2001-07-23 Thread Chris Cocuzzo
lt;[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 3:52 PM Subject: Re: [PHP]include question, WHY doesn't this work... > Is the lib direcotory under the working directory, I mean, if your > program is excuting under temp directory, the lib directory has to

Re: [PHP]include question, WHY doesn't this work...

2001-07-23 Thread Unni
Is the lib direcotory under the working directory, I mean, if your program is excuting under temp directory, the lib directory has to be below temp directory. If you are running this program from the root directory then lib has to be below root directory. Your code looks good to me. One more t

[PHP]include question, WHY doesn't this work...

2001-07-23 Thread Chris Cocuzzo
hey- I have a piece of code which does a simply INSERT query into an mp3 table. I've tested it out, and it completes the query, however there is one bug that I just have no clue about. this code does not work when i try to connect to the db: include("lib/db_config.php"); $connection = db_connec