RE: [PHP-DB] Members area

2003-01-28 Thread Gavin Amm
ow how you progress. Cheers, Gav -Original Message- From: Baumgartner Jeffrey [mailto:[EMAIL PROTECTED]] Sent: Thursday, 23 January 2003 9:05 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Members area I'm working on a similar project - I'm also a newbie - here's my ap

RE: [PHP-DB] Members area

2003-01-23 Thread Baumgartner Jeffrey
I'm working on a similar project - I'm also a newbie - here's my approach - which is fairly simple really. Create a database of all members that includes columns for "login", "name" and "paymentStatus" as well as any other info you need for your database. paymentStatus would be an integer with val

Re: [PHP-DB] Members area

2003-01-22 Thread Jim Hunter
Gavin, Download PHP-Nuke and look to see how they handle Non-Users/users/Admins and go from there. It's actually quite easy. They have a table structure that you could utilize and some generic routines for determining if a user is logged in or if they are an Admin. www.phpnuke.org Jim