A simple username and password checking script?
I'm trying to make it so that if you wanted to make a new post on the news or events section you had to be one of the members allowed to do so.
Also I was wonder if it was possible that when you click on a text hyperlink if you could replace variables in a div /div tag and change customization properties of another div tag.
Example. I have 4 tabs(div) labeled News01 - News 04 and a main display div. If News 01 is currently the highlighted tab and I click on the "News03" text is it possible for it to change variables in the display window so that the variable $news01 then becomes $news03 (which would then display the information under $news03) without changing the actual .php file. Also can I change the News01 tab to unhighlighted and highlight the News03 tab? (By changing the background color of the Div.
Sorry if this is confusing. If you don't understand my jibberish just answer if it is possible to change variables on a page just by clicking on text or an image without changing the actual .php file.
Thanks a lot guys. Peace.