<?
session_start();
$_SESSION['firsttimeupload']= "ok";
?>
<body bgcolor="#FF6699">
<br />
<br />
<br />
<br />
<center>
<p>Choose the image you want to upload, The image must be less than 5000 kb in size.</p>
<form action="upload.php" enctype="multipart/form-data"
method="POST">
<p>Select a file:
<input type="file" name="user_file" size="50">
<br />
<br />
<input type="submit" name="submit" value="Upload Now" />
</p>
</form>
<br><h2><a href='library.php'>View Images Library</a></h2>
</center>
plz can some edit this script,so when some 1 upload a image it will go to this adress
slslab.tk/image/data
session_start();
$_SESSION['firsttimeupload']= "ok";
?>
<body bgcolor="#FF6699">
<br />
<br />
<br />
<br />
<center>
<p>Choose the image you want to upload, The image must be less than 5000 kb in size.</p>
<form action="upload.php" enctype="multipart/form-data"
method="POST">
<p>Select a file:
<input type="file" name="user_file" size="50">
<br />
<br />
<input type="submit" name="submit" value="Upload Now" />
</p>
</form>
<br><h2><a href='library.php'>View Images Library</a></h2>
</center>
plz can some edit this script,so when some 1 upload a image it will go to this adress
slslab.tk/image/data


