help please!!!

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
acwe88
Forum Newbie
Posts: 24
Joined: Tue Nov 07, 2006 10:47 am

help please!!!

Post by acwe88 »

Does anyone know a php/mySQL script or extension which enables me to create a login page and let users who login redirect to their personal page depending on a value they enter when they sign up I only can find login scripts that redirects to one page based on succesfull login.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

You could always have a go at writing one yourself. The only difference is to read a field in the DB and redirect based upon that rather than redirecting to a fixed location.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
User avatar
Obadiah
Forum Regular
Posts: 580
Joined: Mon Jul 31, 2006 9:13 am
Location: Ashland, KY
Contact:

Post by Obadiah »

yep, user sessions are your friend my friend....try to get a login like a form system for them to log into and post us back with some code...i just finished working on a similar project :)
Post Reply