03-01-2008, 10:05 PM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
It might be kinda lame but there is always var_dump();.
PHP Code:
$myVar = 'TalkPHP'; var_dump($myVar);
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|