RE: [PHP-DB] Re: Office document upload to website (and inserting in MySQL if possible)

2004-10-02 Thread Bastien Koert
ey signed in $sql2 = "insert into contest (user_id,time_in) values ($user_id, now())"; echo $sql2; $result2 = @mysql_query($sql2,$conn)or die ("Can't insert data because ".mysql_error()); if (!$result2){ echo "There was an error. Try again."; if (mys

[PHP-DB] Re: Office document upload to website (and inserting in MySQL if possible)

2004-10-02 Thread Phill
"Pugi!" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I would like to upload office-document (doc, xls, ...) using a form to a > website (apache, php, mysql) in a specific directory and if possible > insert > it into a table (MySQL-db). Is this possible. If yes, how ? You