RE: [PHP-WIN] looking for php debugging tips

2004-01-08 Thread Jennifer S.
Hi, This may help, depending on your preferences. Anyway, it's what I have used for some years now both on ASP and PHP development. On the server-side use a dedicated variable (eg. $dbg) to dump any value/variable you want to check/trace. On the client-side create a hidden field with the value s

RE: [PHP-WIN] looking for php debugging tips

2004-01-07 Thread Svensson, B.A.T. (HKG)
With scripting languages: print is your best friend! Also check out ww.php.net, they gives soem references to some remote debuggers wich seams to be usefull. I haven't tested them yet thou. -Original Message- From: Jim MacDiarmid To: [EMAIL PROTECTED] Sent: 2004-01-08 03:07 Subject: [PHP