Hi All
How to I create a log in system where each person that logs in directly gos to his or her own account page. I am trying to create a daycare website and wanting to create a individual pages for each of the parents so i can put personal stuff on it.
Chad
Typically, the individual user-specific data is stored in the database, keyed to the user's unique ID. Then when a user logs in, his/her content is queried from the DB based on that ID, and then displayed dynamically from the same PHP "page".
So I should set up mysql and create a login form on my site. The mysql will push that user to his or her page?
The reason being, what if I wanted to post a message to a parent I would need to do that in HTML not stored in data