|
Posted by larry on 06/11/07 13:43
On Jun 10, 9:04 pm, "techjoh...@gmail.com" <techjoh...@gmail.com>
wrote:
> How can I debug a blank PHP page? I've turned on all logging in my
> php.ini, bu the page just turns blank.
>
> Thanks,
>
> --TJ
Well if it is blank, the first bug is the script is probably working
but not outputting anything that the browser can display.
Have you tried to do "View source" to see if there is anything at all?
Plug in some dummy text to put put, and see if it shows up as
expected, if not, go earlier into your code and try again. If not,
maybe you have a error in your web/php installation. Or maybe you
are calling up the wrong page entirely!
Navigation:
[Reply to this message]
|