Posted by Jerry Stuckle on 05/29/06 17:10
scuniverse@gmail.com wrote:
> When I said manually I meant by a page request, the script is in a
> webserver and I request by putting the URL in the browser and the
> webcron request the same page.
>
> You said it wasnt clean the warnings about the division by zero so I
> set the error reporting to a lower value (E_ERROR) and it fixed
> everything, now I get the same times on both cases :D I dont really
> understand the why though.
>
Setting the warnings to a lower value isn't fixing anything. It's just hiding
the errors you have. You still have crappy code in there.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|