Tutorial recommendation?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
derek barnstorm
Forum Commoner
Posts: 36
Joined: Thu May 18, 2006 11:23 am

Tutorial recommendation?

Post by derek barnstorm »

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.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

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
Post Reply