how to create this script??

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
energysstar
Forum Newbie
Posts: 3
Joined: Fri Apr 18, 2008 12:07 pm

how to create this script??

Post by energysstar »

does anyone have a tutorial or explain how to create the script where after a new user logs in a new page will be created specifically for them as opposed to a general page for members (ie sites like Yahoo where each person has their own separate account)
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: how to create this script??

Post by aceconcepts »

You could have certain elements of a single page populated from user-related tables in a database
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: how to create this script??

Post by califdon »

The problem is, there are literally hundreds of ways to implement such a broad objective. Try googling with key words something like: php user pages login
Post Reply