Help for this page

Select Code to Download


  1. or download this
    ...Values ('T'Pau'...
    
  2. or download this
     
    $query = qq(insert into members (username, password, email, name, url,
    + date) Values (?, ?, ?, ?, ?, ?));
    $sth = $dbh->prepare($query);
    $sth->execute($username, $password, $email, $name, $url, $time) or die
    + "Error in execution: $DBI::errstr";