Robert Sandie wrote:
Want to load balance a server and send image uploads to a different box with
PHP installed. What would the correct method to authenticate on the second
machine and send without ruining user experience by sending them to a second
page?
For what purpose are you sending the uploads to a different box?
You could always keep the image in the database, then you don't need to
worry about which server has the image and which doesn't, always get it
from the db.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php