CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Excel Problem

Print topic Send  topic

Author Message
James Stone
Posted: 10/09/2007, 3:04 PM

I have an excel output, about 3000 records, it's timing out.
I can get about 1000 before it times out. It's on Network Solutions PHP
site, cool, but slow, you know.

Says in here use ini_set on max_execution_time

Where and how.

ini_set according to PHP is done in php.ini, but the max_execution_time
parameter is nowhere to be found on PHP.NET site.

Thanks ahaed of time

James Stone
jstone@salesnavigator.net
Stone Software

wkempees
Posted: 10/09/2007, 3:51 PM

http://www.php.net/manual/en/function.set-time-limit.php


In your page's BeforeShow event add this:

set_time_limit(60); //set execution time to one minute.

This will override whatever is set in your PHP.ini.

Walter


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.