From: Matthew M. <ma...@tu...> - 2003-10-02 12:47:43
|
index.php if ($_SESSION['OBJ_user']->isUser()){ richards_code(); } If you only want it to run once, I would just make a sessioned bool switch after finishing and check for its existence in future iterations. Matt On Thu, 2003-10-02 at 03:17, Richard Sumilang wrote: > phpWebsite, > > How would you guys suggest I have my module run code upon successful > log in? > > - Richard S. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |