hi im new to php and mysql and i was just wondering does anybody know any good sites that supply code to upload an image location to a mysql database. thanks in advance.
Well I know how to make it upload to a DIR, but not database sorry..
MySQL uses fields of type BLOB to store images. Basically, you need to read the image into a variable and store it in a blob type field in MySQL.
Cheers.
William Geoghegan GEOTEK Computer Services - www.geotekcs.co.uk -