I am just looking for the code to create a mod. Like when a message is enetered into a message box. It is save to a table in the DB then an admin can view all entries... Any ideas. I tried posting this about 2 months ago but no response
A little more detail would help your cause, but it sounds like you might be talking about post moderation : members can post, but their replies aren't viewable until they have been approved.
Since no body will just give me the stuff that i want i will pay an experienced user $10 USD an hour to teach me the stuff that i want to know. If you want a quick 10.00 then e-mail me at DarkDrift@purerc.com
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com)
To get any good ASP Developer you will not be able to pay them $10 a hour. To learn how to program in ASP there are many online examples and even online classes you can take.
do you want to learn asp or how to make a mod. If you want to learn asp, trust me when I say your better off getting taught by a pro (chances are it wont be for 10/hr) or teach yourself using the internet as your classroom... thats what I did and I keep doing every single time I write a script I learn something new
I tryed all of these links that people have suggested just i don't understand how they relate to snitz. If i get the Database thing done i can do the rest. i know the rest. Just DATABASE for snitz is what is holding me back
I don't get it. the rs.close and it's almost differnt in all of them. Then directly after that they have a variable that came out of no where like M_lev. NO Clue how that happended. If somebody could just explain the elemnts of it. that would be awesome
m_lev would be member level, the rs was probably opened to retrieve the m_lev info from the database.
You're not going to learn it all overnight, like I said I'm still learning new stuff on every project, and I've been messing around with asp for 4 years now
Jotts, you are going to need to be specific as to what parts of the database and the code you don't understand so that someone can help you. I really think you will need to learn ASP to understand what the code is doing, otherwise creating your own MOD will be near impossible.