Archive

Posts Tagged ‘php mysql queries’

Simple Php Mysql Queries

May 21st, 2009 Comments off

I have a joke database with a pretty straightforward setup. Somehow my “view joke” and “view category” (ie – blonde jokes etc.) pages stopped working correctly, and I simply need a couple basic queries to toss into my template so that the correct content appears.

Possibly due to some heavy customization before, but for this project, all the side stuff (built in on-the-fly meta keywords etc) don’t really matter as the most important thing is, of course, getting the page to simply show the appropriate joke or category info. As it stands right now, the template looks fine, but the space where the joke should be appearing is simply blank.

Should be a breeze for any PHP and MySQL pro.

Bear