View Single Post
Old 10-09-2004, 09:00 AM   #3
Neo
Green Mole
 
Join Date: Oct 2004
Posts: 2
Thanks!

The search form inserted into my website under you idea:

<form action='/path/to/search.php' method='get'>
<input type='hidden' name='template_demo' value='/path/to/templates/template.php'/>
<input type='hidden' name='site' value='0'/>
<input type='hidden' name='path' value=''/>
<input type='hidden' name='result_page' value='/path/to/search.php'/>
<input type='text' class='phpdiginputtext' size='15' maxlength='50' name='query_string' value=''/>
<input type='submit' class='phpdiginputsubmit' name='search' value='Go...'/>
<input type='hidden' name='limite' class='phpdigselect' value='10'>
</form>


But the results of serching are on the standart page. I try to change the template.php inserting into xml <?php ... ?> but it does not change anything.

I need to modificate the results(!) of serching and see them on my own page with PHP code.
Neo is offline   Reply With Quote