From: Don S. <do...@se...> - 2003-10-03 02:26:02
|
And I've been checking if username was an empty string. Like a CHUMP. Thanks for the info. On Thu, Oct 02, 2003 at 08:42:28AM -0400, Matthew McNaney wrote: > index.php >=20 > if ($_SESSION['OBJ_user']->isUser()){ > richards_code(); > } >=20 >=20 > 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. >=20 > Matt >=20 >=20 > On Thu, 2003-10-02 at 03:17, Richard Sumilang wrote: > > phpWebsite, > >=20 > > How would you guys suggest I have my module run code upon successful=20 > > log in? > >=20 > > - Richard S. > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > 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 > --=20 > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > http://phpwebsite.appstate.edu > http://ess.appstate.edu >=20 >=20 >=20 > ------------------------------------------------------- > 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 >=20 |