Jump to content

How to trace the PHP code on server side


YigalB

Recommended Posts

I am using 2 computers to develop my web site: Linux Ubuntu with PHP server on one computer, and XP machine as the client side.

Basically things are OK, but it's not always easy to debug using printing messages.

 

Is there a way to trace step by step and see the progress of the code, maybe even with visibility on the variables on the server diode?

  Quote

I have no idea what you mean by a server diode, but do some research on XDebug or Zend Debugger, both can do what you need.

The word "diode' should have been "side". I overlooked the speller.

 

I think that XDebug looks good for me, I will install and see how it goes.

Any advice which of these would be better for a newbie to debug PHP code?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.