Re: [PHP-DB] Doc to PDF with mssql

2009-11-04 Thread Rafael Costa Pimenta
But the link http://doc2pdf.sourceforge.net/overview.html seems to use e-mail, i did not understand, I just want to extract a word .doc file from the mssql database, save in a temp directory, convert to the PDF format and let the user download the PDF file. 2009/11/3 Chris dmag...@gmail.com

Re: [PHP-DB] PHP Update query

2009-11-04 Thread Jason Gerfen
$query = UPDATE `clients` SET `company` = '$company', `contact` = '$contact', `phone` = '$phone', `city` = '$city' WHERE `clients`.`reference` =$client LIMIT 1; $client_result=mysql_query($query); // now check for errors mysql_error() mysql_errno() Sudheer Satyanarayana wrote: On Tuesday 03

Re: [PHP-DB] Doc to PDF with mssql

2009-11-04 Thread Chris
Rafael Costa Pimenta wrote: But the link http://doc2pdf.sourceforge.net/overview.html seems to use e-mail, i did not understand, I just want to extract a word .doc file from the mssql database, save in a temp directory, convert to the PDF format and let the user download the PDF file.

Re: [PHP-DB] Doc to PDF with mssql

2009-11-04 Thread Chris
Chris wrote: Rafael Costa Pimenta wrote: But the link http://doc2pdf.sourceforge.net/overview.html seems to use e-mail, i did not understand, I just want to extract a word .doc file from the mssql database, save in a temp directory, convert to the PDF format and let the user download the PDF