I am trying to create a picture post script. I want users to type in the url of a photo (hosted anywhere online), have the url saved to file and then read by the script and posted on another page. What is the syntax for making the picture post on the page as an image and not as url syntax? Thanks..
is this what you are looking for ??
$image_url //the url that has been posted
<? echo '<img src="$image_url">'; ?>