Help PHP Image uploader!!!
Posted: Wed Dec 01, 2010 8:42 pm
Hi...Can anyone help me out? Can anyone give me a sample image uploader in php? That it will store to php mysql database? With 4 fields namely (id, image_name, images, descriptions).
These are my fields.
These are my fields.
Code: Select all
<form action="" method="post">
<input name="image_name" type="text" id="image_name" value=""/>
<input type="file" name="images" id="images">
<input name="descriptions" type="text" id="descriptions" value=""/>
<input type="submit" name="Submit" value="Submit"/>
</form>