Hello If you want some good codes stay tuned to this thread. I am going to post good codes that could make you look like a coding master. If you want to see my in progress site check out http://dsiarea.comlu.com it isn't done but I will help people before I finish. First I want to tell you a good way for a way to keep guests from posting stuff on your site.
(i dont use < and > on my code tutorials so you needa add them yourself sorry)
This is very simple! No database connection othher than login!
if($_COOKIE["user"] == "") {
echo 'Please login to post/view this page!';
}
Then that will keep guests outta your stuff, also if you want you must have something to hide it I use < script > cuz when you use that it erases everything.