Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
WOW, quite a chunk of code! I agree with pritaeas. What exactly are you trying to do? I am trying to start date and end date??
I always use a date field and an updated field SQL would be "WHERE date = date("Y-m-d");" to get records added today (can use any date) SQL would be "WHERE updated = date("Y-m-d");" to get records updated today OR "ORDER BY date" get all records orderded by date field Show …
The End.
jeffey