On Fri, 2006-08-04 at 10:50 -0400, blackwater dev wrote: > I have a web server and an images server. My web server doesn't have > enought space for the images, hence the images server. I have to download > properties from a realty database hourly and the data goes in to a db on my > webserver while the image needs to be taken from a MSSQL db and written to > the images server as an actual .jpg or .gif file. Fopen, however, won't let > me write using the http protocol. How can I open and write files between > servers? You mean the http protocol won't let you write. At any rate, you can try using ftp instead of http (you'll need to make sure it's set up on the images server). Alternatively you can use a network file system or use CURL or low level sockets to POST them to your images server. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php