I know asp that is what i am trying to say i just have no clue how it does the database thing. Here can you write an example like this. on default.asp i want to put
Default.asp If M_BAN = "1" Then Response.Write "<p>YOur banned go away</p>" & vbNewLine else then at the end of default.asp place end if
then in inc_profile.asp
A text box can be placed there where i can type 1 2 or some text
thats what i want as a demo because i can branch off of that
no one is dancing ... we just didn't know what you wanted until the last post.
well, now that is being more specific. so you are wanting to add a field to the database called M_BAN and check that first to see if the user can enter the forums? Or was that just an example? A user can already be locked, essentially banning them.