sfidirectory
Senior Member
- Mar 29, 2010
- 931
- 504
Hi everyone,
So I am nearly finished stage 1 of an auction site... At the moment the login/register and logout functions work as they are supposed to, the user can edit/update their details, and in my admin section I can edit and delete users. The only thing I really have left to do is to implement something that would temporarily block a user, which is where I am stuck... I am thinking of putting another column in my MySQL database and doing a query that checks to see if the row of a particular user has a value that designates them as being a blocked user. If anyone could help me out that would be brilliant, and I am able to upload source code if need be
.
So I am nearly finished stage 1 of an auction site... At the moment the login/register and logout functions work as they are supposed to, the user can edit/update their details, and in my admin section I can edit and delete users. The only thing I really have left to do is to implement something that would temporarily block a user, which is where I am stuck... I am thinking of putting another column in my MySQL database and doing a query that checks to see if the row of a particular user has a value that designates them as being a blocked user. If anyone could help me out that would be brilliant, and I am able to upload source code if need be