Search found 2 matches

by irony09
Thu Sep 12, 2013 3:52 pm
Forum: PHP - Code
Topic: Undefined variable - why am I getting these?
Replies: 88
Views: 59235

Re: Undefined variable - why am I getting these?

Here´s a good tool for debugging that can watch for a variable when it changes inside the code: http://phptoolcase.com/guides/ptc-debug-guide.html . It can also dump variables in a more friendly format then var_dump. It also sends the log to the js console with Chrome browser phpconsole addon instal...
by irony09
Sun Mar 25, 2012 11:03 am
Forum: PHP - Code
Topic: Php Code on html pages
Replies: 5
Views: 613

Re: Php Code on html pages

If all else fails or you are in a hurry, you could always use an iframe!