Create a php page to input data and image/image name to my database?
In the past couple of weeks i've followed tutorials to create a database in myphpadmin and create php pages in dreamweaver. My aim is for a site visitor to input information; name, location etc and have it save in the database table and be displayed on a profiles page. No problem, the tutorials worked and I can manage that but how do I allow a user to attach an image which uploads not to the database but to a designated folder. I'd also need to input the textual name of this image into the database rather than the image itself. How do I acheive this? Any links to tutorials, code examples, extensions etc would be much appreciated, thanks!!
