Skip to content

Instantly share code, notes, and snippets.

@Jobayer704
Created November 27, 2012 06:42
Show Gist options
  • Select an option

  • Save Jobayer704/4152773 to your computer and use it in GitHub Desktop.

Select an option

Save Jobayer704/4152773 to your computer and use it in GitHub Desktop.
php print_r function
<?php
echo '<pre><font color=#f00>';
print_r($resul);
echo '</font></pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment