Newb question

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
splat78423
Forum Newbie
Posts: 2
Joined: Mon Jun 15, 2009 1:19 pm

Newb question

Post by splat78423 »

This is my first time doin anything in PHP. Whenever a new user is created I want a new page to be automatically created which will serve as the new users "home page". Kinda like if you were to setup a new myspace account for instance. Can anyone point me into the right direction?

Thx
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Newb question

Post by Jonah Bron »

A quick Google search returned this:

http://www.sitepoint.com/article/users- ... ons-mysql/
Post Reply