Jump to content

Would it be extremely hard if I wanted to do this....


drcdeath

Recommended Posts

I want to do a page where users can log in using MySQL + PHP and then it takes their username to their specific page. So if username was 'drcdeath' and password was 'pass' then it would take me to say drcdeath.php. If username was 'joebloggs' and pass was 'pass' then I would want it to go to joebloggs.php. You get the jist?

Thanks,

drcdeath.
I would think most users after logging in would need the same sort of functionality.  If you're expecting to have more than say, 10 users for this site, you might want to consider a different approach.  Otherwise you're going to be creating dozens or hundreds of .php files that are most likely all the same or very similar.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.