Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Databases - MySQL, SQL, Oracle, Access and others
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 09-14-2005, 07:05 PM   #1 (permalink)
corey
Junior Member
 
Join Date: Jun 2005
Posts: 28
Default Sql php query script

Hello,

I have a MySQL database that I am entering data into with a timestamp field. I would like to create a php script that I can run to show me the last entries in the past 7 days. I think the query will go something like this:

select * from mytable where latest_timestamp_date between.........

Where do I go from here and how can I display the results in a table format in sorted order?

Thanks
corey is offline   Reply With Quote
Sponsored Links
Old 09-15-2005, 06:52 PM   #2 (permalink)
websitedatabases
Junior Member
 
Join Date: Jul 2005
Posts: 12
Default

Hello,

When you build your script you query should look something like this:
PHP Code:
$q 'select * from mytable where latest_timestamp_date BETWEEN NOW() AND NOW() + INTERVAL 7 DAY order by latest_timestamp_date desc limit 20;'

Hope this helps
websitedatabases is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 09:49 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums