Hello all,
yes i'm still pretty much a novice at this, but my goal is to learn this as best as I can, and one way I am going about doing this, is through my little web application. but i'm running into a brick wall, and didn't see any problem like this (i didn't look extensively, and I apologize if this has been asked before).
I read the ol' book PHP Essentials, and modified some code from Julie's examples to do some of the things I want, but I run into a problem at a certain point. My site/project ( http://thematrix.cl.msu.edu/sneezer/ ) is set up to post news/rants/etc. on the front page for everyone to see. That's all fine and dandy you say, but the 10th story always winds up down by the #1 story. Why is that? Is there something wrong with my SELECT query? (SELECT * FROM news ORDER BY sid DESC) Anyone can view the source of this page using the site above, plus index.phps. Anyehelp would be highly appreciated!!!!! Thank you!
./brm