Help for this page

Select Code to Download


  1. or download this
    50, 30, 98, 3, 6, 127, 42 ...
    
  2. or download this
    # @rand_array contains the randomized array
    $sth = $dbh->prepare("SELECT data FROM my_table WHERE ID=?");
    ...
       $sth->execute($id);
       print $OUTFILE join('',$sth->fetchrow_array); #there will only be o
    +ne element, no worries.
    }