Hi everyone, I have a script running on my page that uploads a new image.
I am getting the information from the mysql ok, by using
if (isset($_POST['var'])) {
Once the vailidation is complete, at the moment I am using
header("Location: url.php");
to reload the page to display the new photo uploaded.
How do I include the above post var in the header Location url.php
Is it possible with open and close php tags