I have an Image upload for my website, it works fine,
but once the image has been uploaded, I would like to see it,
I tried the last line, but the syntax is wrong, anyone help please?
thanks
echo "Upload successful";
echo "<br />";
echo "<br />";
echo "Copy and Paste the following Code!";
echo "<font color=green><b>";
echo "<br />";
echo "http://www.mysite.net/uploads/";
echo $filename;
echo "";
echo "<br/>";
echo "<img src="Feb/$filename">";
}
A+,Network +,CCNA
but once the image has been uploaded, I would like to see it,
I tried the last line, but the syntax is wrong, anyone help please?
thanks
echo "Upload successful";
echo "<br />";
echo "<br />";
echo "Copy and Paste the following Code!";
echo "<font color=green><b>";
echo "<br />";
echo "http://www.mysite.net/uploads/";
echo $filename;
echo "";
echo "<br/>";
echo "<img src="Feb/$filename">";
}
A+,Network +,CCNA