Help for this page

Select Code to Download


  1. or download this
    if ($select->rows) {
       print(h1( {class=>'cyan'}, "Error occured $row->{username}! Script 
    +have to die" ));
       exit(0);
    }
    
  2. or download this
    print(h1( {class=>'cyan'}, "Error occured $row->{username}! Script hav
    +e to die" )), exit(0)
    if $select->rows;
    
  3. or download this
    die(h1( {class=>'cyan'}, "Error occured $row->{username}! Script have 
    +to die" ));