Page 1 of 1
help please!!!
Posted: Thu Nov 09, 2006 5:29 am
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.
Posted: Thu Nov 09, 2006 5:32 am
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.
Posted: Thu Nov 09, 2006 9:16 am
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
