Hey, again. Sorry, I'm just full of PHP stuff this week. But if you go to my site, http://www.coopercentral.org, there is a poll at the top. I used an SQL statement as such:
SELECT * FROM poll_table WHERE NOW() BETWEEN start AND end
I created a start and end field for my poll, so I can select them by there dates. My question is, how can I select them by there ids (id_sond) and by their dates? My friend said this but it didn't work:
SELECT * FROM poll_table WHERE id_sond = $id_sond AND Date Between start AND end
Any suggestions on this one? Thanks!! I really appreciate it!!
Ken Cooper


: