adding moderation to a community site
Posted: Thu Jan 08, 2004 7:08 pm
how can i set up my site to email me whenever a new person registers, so that i can approve them before they are fully activated?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
insert into table values('JAM', 'jam@email', 0)Code: Select all
select * from table where activaded = 0 order by name