Basicly i have a forum on my website, which submits to a PHP file on my server.
The php files saves the content and the file uploaded to the server, emails me the details and the uploader a confirmation email.
It then forwards onto my next page.
Is there any way i could make the Php file return the uploaded image link to display an image on the next page of what they just uploaded,
so for instance, if i put something like this on my next page,
img src =" / img/uploads/IMAGE-NAME.php " /
where IMAGE-NAME would be a variable that is returned from the php file,
Can you tell i dont know what i’m talking about??, haha
Thanks