Advertisement
Guest User

Untitled

a guest
Feb 8th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. <?php
  2.    
  3.     /**
  4.      * Summary: This simply prints your name
  5.      * to the screen.
  6.      *
  7.      */
  8.     if ($test01) {
  9.         if (!$test02) {
  10.             if ($test03) {
  11.                 /* Random code here */
  12.                 if ($test06=($test04 || $test05)) {
  13.                     if ($test07 && $test08) {
  14.                    
  15.        
  16.                         /* Random code here */
  17.                     }
  18.                 }
  19.             } else {
  20.                 /* Even more code here!!! */
  21.             }
  22.         }  
  23.     }
  24.  
  25. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement