Image Handling Problem

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
haseebmaqsood
Forum Newbie
Posts: 15
Joined: Sat Jun 16, 2007 10:55 am

Image Handling Problem

Post by haseebmaqsood »

Hi

Kindly Provide me assistance how to handle images and how to store them in the database with a small example.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

Generally speaking, you don't want to store the image in a database, but rather the filename or path to the image on the server.

Look in the php manual for file uploads for a generic idea of how to start.
Post Reply