Page 1 of 1

Image Handling Problem

Posted: Sun Jul 01, 2007 2:04 pm
by haseebmaqsood
Hi

Kindly Provide me assistance how to handle images and how to store them in the database with a small example.

Posted: Sun Jul 01, 2007 2:22 pm
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.