How do I write the code so that PHP grabs from a mysql database every successive row that has two certain fields in a table.<BR><BR>What I need to do is make it a while loop I think... I need to spit ...
i'm writing my own content management system in order to better learn php, cookies and mysql. i understand the concepts of relational databases, but i'm having problems with the implementation. mainly ...