Help for this page

Select Code to Download


  1. or download this
        substr($var , 0 , 2) ;
        substr($var , 2 , 2) ;
    
  2. or download this
        substr($var , 1 , 2) ;
        substr($var , 3 , 2) ;