MYSQL/PHP Small Project Help Pls

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
mbd786
Forum Newbie
Posts: 1
Joined: Mon Jan 19, 2009 4:35 am

MYSQL/PHP Small Project Help Pls

Post by mbd786 »

I am pretty new to MYSQL/PHP.
Although I understand the main concepts of mysql and php my programming skills are not upto scratch.

Problem 1:
I have so far found some free scripts off the internet which has enabled me to create a login script for my pages.

The login script works fine, however I want to be able to have 'User Specific Landing Page's (USLP)' for when each user logs in.
I have searched all over the net on how to implement this but have found minimum info.

So really the first step is I need a USLP for the login script.

Problem 2:
I have designed a php page for displaying my data in the table from the MYSQL database.
It sucessfully displays the data but I need to be able to manage/edit the data through a php page.
So really I need an admin/user specific page/pages which dependent on the users information, he/she may be able to ammend only their data but view only all the other pages.

Any help would be most useful.

Thank You
Post Reply