Help for this page

Select Code to Download


  1. or download this
    $select->execute($gamename);
    my($rows) = $select->fetchrow_array; # first row
    ...
    else {
        $insert->execute( $gamename, $gamedesc, 0 );
    }