Home > Archive > PHP Language > August 2007 > debugger php mysql
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
debugger php mysql
|
|
|
| Hi
I look for a debugger php mysql with break point and variable spy.
I use Zend Studio Enterprise but it can't run with mysql functions ...
Who can help me
Thanks
| |
| Erwin Moller 2007-08-23, 7:58 am |
| Atlas wrote:
> Hi
> I look for a debugger php mysql with break point and variable spy.
> I use Zend Studio Enterprise but it can't run with mysql functions ...
> Who can help me
> Thanks
>
>
Hi,
I don't know if such a thing exists.
Why not simply output your SQL before executing, and inspect it?
Regards,
Erwin Moller
| |
| Michael Vilain 2007-08-23, 6:59 pm |
| In article <46cd71c6$0$237$e4fe514c@news.xs4all.nl>,
Erwin Moller
< Since_humans_read_this_I_am_spammed_too_
much@spamyourself.com> wrote:
> Atlas wrote:
>
> Hi,
>
> I don't know if such a thing exists.
> Why not simply output your SQL before executing, and inspect it?
>
> Regards,
> Erwin Moller
That's what I've been doing. print_r and var_dump are your friends.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
|
|
|
|
|