Jump to content

A time out fatal error.


jeff5656

Recommended Posts

I was using a script to export the database into excel.  There are a lot of records and I got this error:

 

Fatal error:  Maximum execution time of 30 seconds exceeded in <b>E:\wamp\www\consults\export2c.php</b> on line <b>161</b><br />

 

How do I get around this?

 

On a related note, what is the code to select only records between a certain date?  Lets say the variable is procedure_date.

 

$sql = "select * from $db_tblName, $DBtblName2 WHERE $db_tblName.procedure_date xxxx";

 

 

What do I put into xxxxx for a range between 10/1/2007 and 10/20/2008?

Thanks. 

 

Link to comment
https://forums.phpfreaks.com/topic/129452-a-time-out-fatal-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.