Register Globals where turned off today what a pain in the ****.
I have managed to get all my other pages working apart from the image upload where I select an image and post to this page.
Every time I hit submit I keep getting stopped at the if statment saying "You must select an image to upload".
Can anyone help?
I have tried request, get and nothing seems to be working at the moment
<?
session_start();
$id=$POST["id"];
$img1=$POST["img1"];
$photoid=$POST["photoid"];
$session_name=$POST["session_name"];
if ($img1_name=="") {
echo "<center><font face=arial size=2 color=black><center>You must select an image to upload.<br>Please click the back button below to return to the upload page.</b><br><br>";
echo "<a href='javascript:history.back(1)'><center><img src='back.gif' border=0 alt='go back'>";
exit;
}
// do other error checking and then upload