Hi, I have this PHP form with several field, like name , address, age, etc etc and also contain an upload control to browse for a file. I want to save in a MySQL database several info from the form fields values, like name ,address and age, with the browsed file, so later I can retrieve the file just looking for the name or address detail.
Im planning to use a PHP and MYsql webhosting for that. How can i accomplish this?? I have no PHP neither Mysql experience, but Im It related guy, with other language knowledge.
Thanks!