image upload

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rekharajbans
Forum Newbie
Posts: 2
Joined: Wed Jun 17, 2009 11:40 pm

image upload

Post by rekharajbans »

how we upload image in the database and how show in a listing form
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: image upload

Post by jaoudestudios »

Well you can store the image in the database as a blob or just the location - I would recommend the latter.
Post Reply