On Tuesday 02 July 2002 16:31, Leif K-Brooks wrote:
> I am trying to make a simple php program to produce text  lIkE tHiS.
>  The thing is, it hangs for a while andd then says it's reached the
> maximum execution time of 30 seconds.  The error is on line 18.  Any
> ideas?  My code:
> <?php
> print "<html><body>";
> if(!isset($_POST['text'])){
> print <<< END

[snip]

I know your question has already been answered, but in future please indicate 
which is line X. I for one would not count the lines to see which one is line 
18. Make it easy for people to help you.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Question: Is it better to abide by the rules until they're changed or
help speed the change by breaking them?
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to