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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shamus650
Forum Newbie
Posts: 2
Joined: Wed Aug 02, 2006 4:46 pm

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

Post 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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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)?
nickk
Forum Newbie
Posts: 7
Joined: Sun Feb 12, 2006 9:56 am

Post 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
shamus650
Forum Newbie
Posts: 2
Joined: Wed Aug 02, 2006 4:46 pm

Post by shamus650 »

Using apache 2.0.59 with php 5.1.4 and mysql version 5.0.19. All running on a freebsd server.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

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