Filtering the current artcile id
Posted: Fri Aug 31, 2007 12:17 am
Code: Select all
SELECT DISTINCT id FROM wow WHERE 0 OR CONCAT(title,content,views,'') LIKE '%".$pieces[$i]."%' ORDER BY id DESCHow to filter the current id of the article from search results?
current id is accessed by $page;