Aug 10, 2009 07:51
So I'm mid-all-nighter for work, we are handing this site over to the client this morning for testing and it isn't done.
Just had a laugh at some debug text though..
To test if things run I do
if whatever
{
echo random text (O WAT)
if something else
{
echo more random text (BUT THEN I RAN)
}
}
echo print_r(array I'm putting stuff into)
but just now I opened my php file after it was parsed and I saw this (last word is from a recursive array print):
O WAT BUT THEN I RAN Array
getting back to work =p