View Single Post
Old 08-22-2008, 07:40 AM   #32 (permalink)
Dr_Neffy
The Wanderer
 
Dr_Neffy's Avatar
 
Join Date: Aug 2008
Location: italy
Posts: 7
Thanks: 0
Dr_Neffy is on a distinguished road
Default

PHP Code:
<?php
$a 
= array("TalkPHP Rulez\n");
print_r($a);
?>
or with a system and without any echo or print
PHP Code:
<?php
system
("perl -e 'printf `hi TalkPHP\n`'");
?>
(lol)
Send a message via MSN to Dr_Neffy
Dr_Neffy is offline  
Reply With Quote