Ok first why not strtotime
Problem is that I have already beeing using it and do not want to change it.
SELECT * FROM table WHERE mdate BETWEEN (UNIX_TIMESTAMP() - 518400) AND UNIX_TIMESTAMP()
Now from this select, not sure IF I understand you on this.
You have :
UNIX_TIMESTAMP
In there twice and what actually is UNIX_TIMESTAMP, and why -518400 and from what ?
Can anyone give me an example using strtotime and how would I show them on a page ? New to this time stuff, I do not want to get confused from other times cause I am working with strtotime right now.