I want to add a profile page to my website, so basically visitors to my site could fill in a form with simple questions. I.e. name, age, location and also upload a photo. Then have this information displayed on a separate page for everyone to view.
I am new to PHP, so could anyone recommend a good tutorial that could jumpstart me and help me create a profile page quickly.
Thanks,
Des.
Tutorial recommendation?
Moderator: General Moderators
-
derek barnstorm
- Forum Commoner
- Posts: 36
- Joined: Thu May 18, 2006 11:23 am
that's a pretty simple task and I doubt you're going to find a tutorial on it specifically.
I would broaden your scope a bit and look for something that involves database connectivity (inserting and selecting rows), then outputting your data onto a php page.
here's a google: http://www.google.com/search?q=php+mysq ... S:official
I would broaden your scope a bit and look for something that involves database connectivity (inserting and selecting rows), then outputting your data onto a php page.
here's a google: http://www.google.com/search?q=php+mysq ... S:official