Help for this page

Select Code to Download


  1. or download this
    while ( $sth->fetch() )
    {
         ....
    }
    
  2. or download this
    while ( $sth->fetch() )
    {
    ...
    }
    
    print "$x\n";