I'm new enough to php coding and I'm trying to build a basic php driven template site from which I can take code snippets for other projects/sites. This template site will have all of the most basic dynamic functions including:
- Membership
- Login
- Profile Update
- Add, Delete, Update Product
- Show items from database
- etc..
I've managed most of this already but 1 small thing has got the better of me - image upload.
I wish to include an image upload field in both my existing signup and profile update forms which grabs an image off the pc and stores it in the database then shows it in the profile.
Anybody any ideas or code snippets - I specifically need a form with image upload included and not just an image upload script as I wouldn't know how to add that to my form?