View Single Post
Old 03-06-2013, 11:26 AM   #54 (permalink)
vinothviv
The Visitor
 
Join Date: Mar 2013
Posts: 1
Thanks: 0
vinothviv is on a distinguished road
Help Use print_r from array

<?php $test_array=("Hello World.");
print_r($test_array);
?>

<?php $test_array=("<b>Hello World.</b>");
print_r($test_array);
?>

Last edited by vinothviv : 03-06-2013 at 11:31 AM. Reason: design
vinothviv is offline  
Reply With Quote