curb
11-02-2006, 01:06 AM
I want to pull out all the data entries I've made for a specific month by using a $_GET method (archived.php?month=october). My field time rows look like "1161065143".
How can I do a mysql_query for this?
Here's what I have so far:
mysql_query("SELECT * FROM entrynote WHERE time = '$date' SORTED BY time DESC
How can I do a mysql_query for this?
Here's what I have so far:
mysql_query("SELECT * FROM entrynote WHERE time = '$date' SORTED BY time DESC