Help for this page

Select Code to Download


  1. or download this
    Too many arguments for substr near "'')"
    Execution aborted due to compilation errors
    
  2. or download this
    
        while ($txt = substr($hex, 0, 32)) {
            substr($hex, 0, 32) = "";
            print "'$txt'\n";
        }