I am using snitz 3.1 final because it is simplex and i am breaking down the code and using parts... i have 2 questions.
1- is there a way to call the snitz version so i can put it next to the powered by logo
2- when a user posts how does it pull that person out of the header... example
I have them loggin in and they can pay to post .. The stuff is preset in their profile and cannot be changed. what i want to do is query the database for their information BUT i don't want to use a URl string i want it to pull the intMemberID from inc_header.asp and so i can run a select like this
strsql = "SELECT * "
strsql = strsql & " FROM FORUM_MEMBERS WHERE MEMBER_ID=" & intMemberiD
that intMemberID i would like the user not to be able to tamper with... Remember i am using 3.1 FINAL not the up to date one