/    Sign up×
Community /Pin to ProfileBookmark

How to get last 2 hours recored from Mysql

Hi im trying to get last 2 hours recoreds from mysql by submited date field its in CURRENT_TIMESTAMP format . Can anyone Help me ?

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@MindzaiOct 14.2009 — [code=php]$sql = "SELECT * FROM tablename WHERE datefield >= " . strtotime("2 hours ago");[/code]
Copy linkTweet thisAlerts:
@allanice001Oct 14.2009 — $sql = "SELECT * FROM tablename WHERE datefield >= " . (time() - 7200);
×

Success!

Help @dodo_mafia spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...