Hello,
This is the first time I've posted here, so please be gentle ;-)
I have been able to create a simple (standard) text based management system, that allows people to update, add and delete records from several areas. I've also managed to use PHP for the authorisation (using cookies) for the admin area.
I just can't upload images and save their filenames in the mysql database!!
I've searched here there and everywhere and the most useful script I've found is Mauros (
http://www.hotscripts.com/Detailed/18817.html) as it makes neat thumbnails as well as uploading.
My question is: How do I get Mauro's script to 'throw' the path back to my input form? Or does someone know how to put this in to a standard php/mysql form to input fields to a database. After that (it may be easier to answer in the same question) I need to be able to upload 4 images at a time.
Any help would be much appreciated :-)
D