How can I upload an image from a URL submitted that is not on my server?
I have a page where people can post messages with images attached, and right now they can attach images on from their computer, but I want to let them post pictures from the internet too by just typing in the URL.
How do I make php get the picture, and upload it to my server?