I am trying to get the data out of my database by searching between two timestamps. Below is my query
$result = mysql_query("SELECT * FROM table WHERE time BETWEEN '1362355200' AND '1362959999'")
When the query runs I do not get any errors or results.