[PHP] Re: Converting HTML to PDF via PHP

2010-08-05 Thread Scott Teresi
> I am trying to export generated HTML (an invoice for a customer) to a saveable > PDF that is downloaded. Any ideas? I've found a very easy unix command for generating PDF's: code.google.com/p/wkhtmltopdf [The PHP list wouldn't let me send this with "http://"; in front of the URL.] It will

[PHP] How to upload via SFTP with allow_url_open disabled?

2010-07-29 Thread Scott Teresi
ver, to get a stream for the remote file. I maintain the server but would like to keep "allow_url_fopen" disabled. If I do that, how can I send a file over SFTP? Thanks for any help people can provide!! Scott Teresi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP session URL rewriting

2003-10-05 Thread Scott Teresi
ed to hide my ".php" extensions and simply have Apache execute all files ending in ".html" (traffic isn't too heavy on this site). How can I force PHP to pass the session ID to all URLs, even ones that don't end in ".php"? Thanks for any help or referen

[PHP] How can database be exported to Microsoft Access?

2002-11-19 Thread Scott Teresi
flag on their PHP installation. Also, I've heard that string fields longer than 255 characters can't be exported into a dBase file. Besides ODBC, is my only option to write a quick tab-delimited export routine for my data? Thanks for any helpful advice! Scott Teresi [EMAIL PROTECTED] --

[PHP] Browser upload timeout

2002-11-11 Thread Scott Teresi
ax_execution_limit in the php.ini file, and I use "ftp_set_option($connection, FTP_TIMEOUT_SEC, 1);". Thanks for any help! Scott Teresi [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php