Help for this page

Select Code to Download


  1. or download this
    
    $dbh = BaboonDB->connect();
    ...
       $sth->execute($user,$title,$msg,$cat,$state,$country,$img,'left',$e
    +xpiration,$name) or die("Couldn't execute statement: " . $sth->errstr
    +);
    
    $dbh->disconnect;