Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

WebReference.com:
User Personalization with PHP: The Home Page
May 06, 2009 @ 17:08:53

WebReference.com has posted the next tutorial in their "user personalizaton" series - a look at the user's "home page" once they've logged in.

In this article, we will be looking at the home page of the application. This is the first page that the user will see after they have gone through the authentication process. The page will provide links and access to the rest of the application, except the admin section.

The code connects to the database, fetches all of the information about the user and their bookmarks. A table is generated showing the URL listing and the navigation is built. Also included it a bit of code to create a "recommendations" system.

tagged: user personalize homepage tutorial

Link:


Trending Topics: