Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Dec 19th, 2009  |  syntax: PHP  |  size: 0.44 KB  |  hits: 30  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <?php
  2.  
  3. $data = array( 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' );
  4.  
  5. if ( count( $data ) > 1 ) { }
  6.  
  7. if ( count( $data ) > 10 ) { }
  8.  
  9. if ( count( $data ) > 20 ) { }
  10.  
  11. if ( count( $data ) > 30 ) { }
  12.  
  13. if ( count( $data ) > 40 ) { }
  14.  
  15. if ( count( $data ) > 50 ) { }
  16.  
  17. if ( count( $data ) > 100 ) { }