Error with simple print_r() code [closed]

Correct format to print reocrds is

echo "<pre>";
 print_r($q);
echo"</pre>";

Leave a Comment