close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

write sql to expire records on a results page using dataassist search

Thread began 10/29/2009 3:45 pm by JBWebWorks | Last modified 10/30/2009 2:06 pm by JBWebWorks | 3489 views | 3 replies

JBWebWorks

I want the item to not display if it is more than 60 days since posting, so if it is greater than 60 days ago it will show, when the current date less 60 days is more than the posting date, the item is expired and will not display.

I could not get it to work with the dataAssist search, so i rewrote the sql to this and it works like i want.

SELECT *,DATE_FORMAT(items.item_listed, '%b %e, %Y') AS theDate
FROM items INNER JOIN accounts ON items.account_ID = accounts.account_ID
WHERE items.item_title LIKE %var1% AND items.item_listed>= CURDATE() - INTERVAL 60 DAY OR items.item_description LIKE %var1% AND items.item_listed>= CURDATE() - INTERVAL 60 DAY

var1 is $_POST['searchbox']

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...