[PHP-DB] disable History

2003-10-17 Thread open-mind
How can I disable the use of History(Temporary Internet Files) in a page ? (and don't tell me: it's easy: Tools-internet options-settings ...;-) ... from script (htm ?, js ?, php ?) I want to do this ..) PS: I have a script witch generate jpegs (cuts from a larger one) and sometimes in

[PHP-DB] Re: faster imagecreatefromjpeg

2003-10-17 Thread open-mind
i need to replace the using of imagecreatefromjpeg($jpgpath) with something more faster PS: the image to load has: 198 MB (208,603,887 bytes) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] disable History

2003-10-17 Thread open-mind
How can I disable the use of History(Temporary Internet Files) in a page ? (and don't tell me: it's easy: Tools-internet options-settings ...;-) ... from script (htm ?, js ?, php ?) I want to do this ..) PS: I have a script witch generate jpegs (cuts from a larger one) and sometimes in

Re: [PHP-DB] best upload method

2003-09-12 Thread open-mind
; or ... this: / $conn_id = ftp_connect($ftp_server); $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY); ftp_quit($conn_id); how depends on the application ? - Original Message - From: David Smith [EMAIL PROTECTED] To: open-mind [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

[PHP-DB] best upload method

2003-09-11 Thread open-mind
which is the best upload file method ? file uploads or FTP commands from PHP thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php