PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > How-to Forum

Reply
 
Thread Tools
Old 12-30-2003, 06:55 AM   #1
julius
Green Mole
 
Join Date: Dec 2003
Posts: 3
inserting phpdig into a website

I am looking to include the simple search box from search.php on each page of my site. I found the documentation to be a little over my head. Is there a more in-depth tutorial available outside of the documentation?

Thanks,

Steve
julius is offline   Reply With Quote
Old 12-30-2003, 07:11 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Perhaps this thread might help.
__________________
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.
Charter is offline   Reply With Quote
Old 12-30-2003, 07:18 AM   #3
julius
Green Mole
 
Join Date: Dec 2003
Posts: 3
That probably would have been my second question

Thanks for replying so quickly--

Actually my question is simpler than that one (I think):

Phpdig is running/indexing fine, I just want to be able to search from my home page instead of having to link to the search.php page.

In other words:
Is it possible to put the search interface say, at the foot of my existing home page?

Thanks,
Steve
julius is offline   Reply With Quote
Old 12-30-2003, 07:26 AM   #4
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Yes, just edit the CHANGE_ME so that it is http://www.yoursite.com/yourdirectory/search.php and place the HTML into your page.
Code:
<form action="CHANGE_ME/search.php" method="post">
  <table>
    <tr>
      <td><input name="query_string" type="text" size="35"></td>
      <td><input name="search" type="submit" value="Go"></td>
    </tr>
  </table>
</form>
__________________
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.
Charter is offline   Reply With Quote
Old 12-30-2003, 07:27 AM   #5
julius
Green Mole
 
Join Date: Dec 2003
Posts: 3
perfect, thank you

gracias.
julius is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PhpDig can not finish indexing of my website xiao Bug Tracker 2 12-10-2004 12:59 PM
How do I Insert PhpDig in a website eric_gitonga How-to Forum 6 11-22-2004 04:45 AM
Insert PhpDig in a website pbpub Troubleshooting 6 06-30-2004 04:26 AM
10. Insert PhpDig in a website?? andy_pandy How-to Forum 2 03-09-2004 09:00 AM
Simple way of inserting a search form waytorussia How-to Forum 3 10-08-2003 05:23 PM


All times are GMT -8. The time now is 07:14 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.