Re: Some PHP - mySQL help please ... new to both

2002-03-09 Thread Daniel Negron/KBE
: .netSubject: Re: Some PHP - mySQL help please ... new to both

Re: Some PHP - mySQL help please ... new to both

2002-03-09 Thread Lou Picciano / Essex Systems
A quick diagnostic? Try the page phpinfo.php in the phpMyAdmin directory - this will give you the 'whole picture' in terms of your php installation... Even easier? Any php page which contains the code: ? phpinfo(); Will give you this full info report. Very useful! Lou Picciano Thanx

Some PHP - mySQL help please ... new to both

2002-03-08 Thread Daniel Negron/KBE
I am very new to both PHP and mySQL. Any help would be greatly appreciated. While running this code I get following fatal error. PHP is installed and running correctly on the server. mySQL I THINK is running properly. I created a table and this code is from a tutorial I am trying to run

RE: Some PHP - mySQL help please ... new to both

2002-03-08 Thread Todd Williamsen
Daniel, Usually in PHP there are some sort of syntax error before the line that says failed. -Original Message- From: Daniel Negron/KBE [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Some PHP - mySQL help please ... new to both I am

RE: Some PHP - mySQL help please ... new to both

2002-03-08 Thread Daniel Negron/KBE
: | | Subject: RE: Some PHP - mySQL help please ... new to both

RE: Some PHP - mySQL help please ... new to both

2002-03-08 Thread Brian Warn
| Y | Y | -Original Message- From: Daniel Negron/KBE [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:05 AM To: [EMAIL PROTECTED] Subject: Some PHP - mySQL help please ... new to both I am very new to both PHP and mySQL. Any help would be greatly

Some PHP - mySQL help please ... new to both (Along same lines)

2002-03-08 Thread Administrator
Along the same lines, I have run some scripts that give a similar error that time out is there something in php.ini or mysql that will alow the timing to not stop after 60seconds or 30seconds or something. Had a script to run and pull keywords from a massive db, and it kept timing out. Hope

Re: Some PHP - mySQL help please ... new to both

2002-03-08 Thread Nathan
10:51 AM Subject: RE: Some PHP - mySQL help please ... new to both Did you check the mysql db, host, and user tables to make sure that 'localhost' and 'administrator' have appropriate permissions to use your desired database? This issue caused me much frustration until I had things set right. You

Re: Some PHP - mySQL help please ... new to both

2002-03-08 Thread Lou Picciano / Essex Systems
can benefit from it. http://sourceforge.net Let me know how this works out! Lou -Original Message- From: Daniel Negron/KBE [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Some PHP - mySQL help please ... new to both I am very new