I'm coding a page in PHP, and I have a button on it that is supposed to make the form disappear (Are you sure?). Problem is, I'm not sure how to make it do this when pressed. Is there a command for this? Google isn't really helping...
I'm in the process of creating a website, and I want to add in a news feed to the home page that certain people (Administrators on the site) would be able to post to. The way I plan on making it is to program the script to create a new SQL table in a certain database for each post, which would...