03-01-2008, 09:05 PM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 399
Thanks: 47
|
It might be kinda lame but there is always var_dump();.
PHP Code:
$myVar = 'TalkPHP'; var_dump($myVar);
__________________
The Addict :: Addicted to (talk)PHP!
|
|
|