Proceed to the Visual Editor and open the advanced search page.
Switch to HTML mode and find the following code snippet:
Quote
<form method="POST" action="TableName_list.php" name="editform">
and replace it with:
Quote
<form method="GET" action="TableName_list.php" name="editform">
Build the project and run advanced search. Copy and paste the URL into your code.
PHPRunner 5.0/5.1:
Build the project and open generated <table_name>_search.php file.
Find the following code snippet:
Quote
$contents_block["begin"]="<form method=\"POST\" ";
and replace it with:
Quote
$contents_block["begin"]="<form method=\"GET\" ";
Run the search and copy the URL.

Sign In
Register
Help

MultiQuote