I am very confused on how data is retrieved in dynamic sites, I have set up a sample database with username, the table i created loaded on dreamweaver successfully. I inserted some date with phpmyadmin. Question I have is how do I display a specific set of date, not the whole table.
Check out this http://www.freewebmasterhelp.com/tutorials/phpmysql. Use this sort of query SELECT * FROM table_name WHERE dat_column='2009-10-03'; Code (markup):