[PHP] Avoiding Error : Maximum execution time of 30 seconds exceeded

2005-04-27 Thread Andri Heryandi
I Have a script that need more than 30 second to complete. How to avoid "*Fatal error*: Maximum execution time of 30 seconds exceeded in *\det.php* on line *66". Thanks * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Line feed in a echo

2005-04-26 Thread Andri Heryandi
Use echo "something "; is that what you mean? Mario de Frutos Dieguez wrote: How can i make a line feed in a echo instruction? like printf("foo\n"); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php