|
10-09-2004, 01:35 AM | #1 |
Green Mole
Join Date: Oct 2004
Posts: 2
|
Inserting the results of search into web page
Hi!!!!
Please, help... I need to insert the results of search into my php page with my own design. How can I do this? Thanks. |
10-09-2004, 07:43 AM | #2 |
Purple Mole
Join Date: Jan 2004
Posts: 694
|
Hi, Neo, and welcome to the forum. We're glad to have you here!
Have a look at this thread, in particular, post #8. That should be everything you need. If you have any other questions or need help of any kind, please don't hesitate to ask. |
10-09-2004, 10:00 AM | #3 |
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. |
10-09-2004, 11:28 AM | #4 |
Purple Mole
Join Date: Jan 2004
Posts: 694
|
If you want to modify the template, have a look at this thread.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extracting search results and using them in your own web pages | ciaran@clissman | Mod Submissions | 1 | 11-26-2005 11:14 AM |
search results page | lukemack | How-to Forum | 1 | 11-10-2005 10:48 PM |
Search page problems, no results | kalli | Troubleshooting | 1 | 09-03-2005 01:55 PM |
Search on search results page not working | bforsyth | Troubleshooting | 10 | 08-20-2004 10:35 PM |
Simple way of inserting a search form | waytorussia | How-to Forum | 3 | 10-08-2003 06:23 PM |