Trium918 Posted May 30, 2007 Share Posted May 30, 2007 Which is the best way to create a login script? Inside a function or as an entire file? Link to comment https://forums.phpfreaks.com/topic/53485-question/ Share on other sites More sharing options...
dotti Posted May 30, 2007 Share Posted May 30, 2007 use or edit this one i found i use it http://evolt.org/php_login_script_with_remember_me_feature Link to comment https://forums.phpfreaks.com/topic/53485-question/#findComment-264376 Share on other sites More sharing options...
Trium918 Posted May 30, 2007 Author Share Posted May 30, 2007 use or edit this one i found i use it http://evolt.org/php_login_script_with_remember_me_feature Thanks, but I already have that one. That is the main reason why I posted this question. Link to comment https://forums.phpfreaks.com/topic/53485-question/#findComment-264380 Share on other sites More sharing options...
MadTechie Posted May 30, 2007 Share Posted May 30, 2007 personally, i use what ever fits best in my project.. normally a login.php file but my common.php (commonly used functions) get a routine for checking login status etc Link to comment https://forums.phpfreaks.com/topic/53485-question/#findComment-264383 Share on other sites More sharing options...
Trium918 Posted May 30, 2007 Author Share Posted May 30, 2007 personally, i use what ever fits best in my project.. normally a login.php file but my common.php (commonly used functions) get a routine for checking login status etc Functions could be liimited , correct? Link to comment https://forums.phpfreaks.com/topic/53485-question/#findComment-264390 Share on other sites More sharing options...
MadTechie Posted May 30, 2007 Share Posted May 30, 2007 limited which way ? Link to comment https://forums.phpfreaks.com/topic/53485-question/#findComment-264394 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.