|
09-22-2003, 01:12 PM | #1 |
Green Mole
Join Date: Sep 2003
Posts: 1
|
Results to another page (Apportal)
MY seaurch box:
<form action='../search/search.php' method='get'> <input type='hidden' name='template' value=''> <input type='hidden' name='site' value=''/> <input type='hidden' name='path' value=''/> <input type='hidden' name='result_page' value='http://www.sexi-links.de/apportal/main.php?c=beispiel'/> <table class="borderCollapse"> <tr> <td class="greyForm"> <input type='text' class='phpdiginputtext' name='query_string' value=''/> <input type='submit' class='phpdiginputsubmit' name='search' value='Go...'/> display <select name='limite' class='phpdigselect'> <option selected="selected">10</option> <option >30</option> <option >100</option> </select> results </td> </tr> </table> </form> See this: http://www.sexi-links.de/apportal/main.php And the resultpage is this: http://www.sexi-links.de/apportal/main.php?c=beispiel My results must I change the whole with that without there were gestallten one can get not see, which files. My seach.php from phpdig: // extract vars extract(phpdigHttpVars( array('query_string'=>'string', 'template'=>'string', 'refine'=>'integer', 'refine_url'=>'string', 'site'=>'integer', 'limite'=>'integer', 'option'=>'string', 'search'=>'string', 'lim_start'=>'integer', 'browse'=>'integer', 'path'=>'string' ) )); phpdigSearch($id_connect, $query_string, $option, $refine, $refine_url, $lim_start, $limite, $browse, $site, $path, $relative_script_path, 'array'); ?> We modifiziert $templates to 'array' and we see no results. Please help. Best wish Sandro |
09-23-2003, 03:42 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Perhaps try the following. Use the $template variable like so:
PHP Code:
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Please Help! Custom Results Page | jackmoring | How-to Forum | 0 | 08-23-2006 11:23 AM |
No results page - how to avoid centering | lukemack | How-to Forum | 1 | 12-13-2005 03:33 AM |
search results page | lukemack | How-to Forum | 1 | 11-10-2005 09:48 PM |
Search page problems, no results | kalli | Troubleshooting | 1 | 09-03-2005 12:55 PM |
How to display results on an existing page ? | alexuslesours | How-to Forum | 1 | 12-08-2004 10:59 AM |