Posted by Jerry Stuckle on 11/24/29 11:28
John wrote:
> How can I debug a PHP program at all? Can/should I use a pop up a message on
> the screen showing a variable? Or is there a better way of testing the code?
>
> How can I pop up a message any way?
>
> Thanks a lot
> John
>
>
>
You can't popup a message. PHP is server side and popups are client side.
You can echo (or print) variables. Or you can use an IDE such as the
ZEND debugger (expensive, but worth it if you do a lot of PHP).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|