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.
<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>