I would like to use two fields, one fr a path and one for a filename. Or can I simply have one field which contains the PATH field and add or concat the file name that the user selects from his/her hard drive? I know that the syntax below is not correct, but just to give you an idea;
$uploaddir = 'c:/mysql/data/mylogin/upimages/'+FILENAME;
This way the enite path can be stored in the database such as;
c:/mysql/data/mylogin/upimages/FILENAME.PHP;
I would then have mysql retrive this record and send it the an HTML or PHP file for output. This would use the SRC command to display the image.
Any assistance would be helpful.
Thanks
KJ
$uploaddir = 'c:/mysql/data/mylogin/upimages/'+FILENAME;
This way the enite path can be stored in the database such as;
c:/mysql/data/mylogin/upimages/FILENAME.PHP;
I would then have mysql retrive this record and send it the an HTML or PHP file for output. This would use the SRC command to display the image.
Any assistance would be helpful.
Thanks
KJ