View Single Post
  #1  
Old 10-11-2012, 10:57 PM
jackwebso jackwebso is offline
Member
 
Join Date: Jun 2012
Posts: 34
Default Please wrap PHP codes using the [PHP][/PHP] tag

When posting a PHP code, please remember to use vBulletin's PHP tag to format it. This makes it a lot easier for other readers to distinguish between regular text and PHP code in your post.

Example:
PHP Code:
echo 'Hello World!'
Becomes:
PHP Code:
echo 'Hello World!';

Thanks in Advance
Reply With Quote