MySQL Forums
Forum List  »  MySQL Query Browser

How to make query for specific page title Search ?
Posted by: Koloi Gan
Date: August 10, 2012 05:58AM

I am trying to customize my Mediawiki Seach in $_server['PHP_SELF']. I would like to ask your help. I use mediawiki 1.18, wamp server, mysql.
I can index page list like this.
$query = "select page_title from page where page_namespace = 0";
But i don't know how to make a query for search

Options: ReplyQuote


Subject
Written By
Posted
How to make query for specific page title Search ?
August 10, 2012 05:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.