Page 1 of 1

Newbie to OOP php, looking for help with some php coding

Posted: Wed Aug 02, 2006 4:55 pm
by shamus650
Hello Php forum users,

I am working on a school project and I am tryring to pickup some advanced php programming. Wondering if anyone can help me figure out how to create user driven html code from php. Meaning a user registers into a site and is then redirected into an area where they can update their profile with a picture and some interests. Then each user can display their information to others using the site url. For example -> http://www.mysite.com/$username. Each user has a sepearte profile page that is only viewable by them, but they have a URL that can be viewable by anyone. Hope this makes sense. Anyways looking for any tutorials or advice that would lead me in the right direction. Thanks.

Posted: Wed Aug 02, 2006 5:03 pm
by RobertGonzalez
Seems pretty straight forward. What type of a server setup are working on? What versions of what apps are you using (Apache, PHP, MySQL, etc)?

Posted: Wed Aug 02, 2006 5:14 pm
by nickk
As stated, this is pretty straight forward. If you understand the basics of PHP this should be no problem, but if you are doing this to learn/practise OOP techniques, see the following tutorial for an introduction: http://www.phpfreaks.com/tutorials/48/0.php

Posted: Wed Aug 02, 2006 5:16 pm
by shamus650
Using apache 2.0.59 with php 5.1.4 and mysql version 5.0.19. All running on a freebsd server.

Posted: Wed Aug 02, 2006 5:22 pm
by RobertGonzalez
Look in the Tutorials forum for Maugrim_The_Reaper's Challenge and Response tutorial. It will get you headed in the right direction.

Posted: Wed Aug 02, 2006 5:31 pm
by Ollie Saunders
Be sure to start another thread if you have any specific problems shamus650 otherwise go for it man!
Oh and you came to the right forum :P