Help for this page

Select Code to Download


  1. or download this
    $sql="INSERT INTO email (f_name, l_name, code, ext, email) 
                    VALUES (?, ?, ?, ?, ?)"; 
    $ins=$dbh->prepare($sql);
    
  2. or download this
    $sth->execute($FNAME, $LNAME, $STR, $CT5, $EMAIL) || die $sth->errstr;