Okay, so I have an html form, and a php script that inputs the data from the form into a MySQL database, but...
Problem one is, when I display the data new 'posts' are displayed at the bottom instead of the top of the page.
Problem two, and the most anoying problem is this: When I retrieve the data from the database, all of it comes out... how can I get a specific 'post'to be displayed. What method should I use to do this?
-Thanx