[PHP-DB] Maximum execution time of 30 seconds exceeded

2003-08-14 Thread Michael Cortes
I am using the Konqueror browser and browing to http://localhost/my.php Howerver, the script I wrote, doing various queries and lookups, inserts, etc.. takes a while to complete. That is fine with me. I'll wait. However, the server and/or browser will not wait. I believe the server i

RE: [PHP-DB] Maximum execution time of 30 seconds exceeded

2003-08-14 Thread Mike Brum
ROTECTED] Sent: Monday, August 11, 2003 2:57 PM To: Ben Lake Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Maximum execution time of 30 seconds exceeded I do have an auto_increment for the record id. But that is just a way for me to uniquely id the record. Student numbers, barcodes, etc can c

RE: [PHP-DB] Maximum execution time of 30 seconds exceeded

2003-08-14 Thread Ford, Mike [LSS]
On 11 August 2003 07:02, Michael Cortes wrote: > I am using the Konqueror browser and browing to > http://localhost/my.php > > Howerver, the script I wrote, doing various queries and lookups, > inserts, etc.. takes a while to complete. That is fine with > me. I'll wait. However, the serve

Re: [PHP-DB] Maximum execution time of 30 seconds exceeded

2003-08-14 Thread Michael Cortes
I do have an auto_increment for the record id. But that is just a way for me to uniquely id the record. Student numbers, barcodes, etc can change. The reason I am using the do/while loop is: Every student is getting a 4digit pin for library, cafeteria and network access. It has to be unique

Re: [PHP-DB] Maximum execution time of 30 seconds exceeded

2003-08-14 Thread Michael Cortes
them a new one. > > Good luck. > > -M > > -Original Message- > From: Michael Cortes [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 2:57 PM > To: Ben Lake > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Maximum execution time of 30 seconds exceed

Re: [PHP-DB] Maximum execution time of 30 seconds exceeded

2003-08-14 Thread Michael Cortes
Duhhh. me mike. me like cumputors. This is where the honest geek admits his mistakes. I had a do while loop such as do { mysql_query ($qupdate, $link); $rslterror=mysql_error($link); $number++ } while ($rslterror!=null); I was trying to insert a new record with $nu

Re: [PHP-DB] Maximum execution time of 30 seconds exceeded

2003-08-12 Thread CPT John W. Holmes
ginal Message - From: "Michael Cortes" <[EMAIL PROTECTED]> To: "Ben Lake" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 11, 2003 2:56 PM Subject: Re: [PHP-DB] Maximum execution time of 30 seconds exceeded I do have an auto_increment for t