Forum Moderators: coopster

Message Too Old, No Replies

Trying to debug PHP

How to get the debug showing

         

Alternative Future

12:47 pm on Aug 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello all,

I have a CMS system in place (joomla) and I am trying to style the navigation panels, which seems to be done from a central file that builds each navigation. What would assist me (I have no knowledge of PHP) is being able to get the params out that are being passed into some of the functions. In java you can use system.out.println in JS we use alert what is it you use in PHP?

With thanks in advance,

-Gs

Habtom

12:51 pm on Aug 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



we use alert what is it you use in PHP?

Equivalent could be echo [php.net] or print [php.net].

Habtom