I use a mysql database for my unique counter and it has the timestamp for example "1018897118".
I want to select all records from the database that have for example, the month may (05) in it.
How would i do the select statement?
$query1 = "SELECT * FROM counter WHERE Timestamp='somethinghere'";