This topic is locked

2 date field in advance search

1/25/2006 12:05:50 AM
PHPRunner General questions
B
bgg author

Hi
I have a news database, made with PHprunner, where there is a date field. I want to achieve a Monthly Listing of news items as:

  • January 2006
  • February 2006
  • and so on..
    Say, from the Advance Search, if I can do a query between two dates, such as
    Jan-1-06 and Feb-1-2006
    I will get the URL and cna use it..
    Pls suggest
    Thanks
    Bg

admin 1/25/2006

Hi,
Sure, you can get the URL forAdvanced search page.
To do that please modify ..._search.php file.

Locate this line there:

<form method="POST" action="..._list.php" name="editform">

and replace it with:

<form method="GET" action="..._list.php" name="editform">


Then browse the pages, start your Advanced search and copy URL from your browser Address box.
After getting the search URL you can revert the ..._search.php file back.