View Single Post
Old 05-04-2004, 05:12 AM   #1
neo-harlock
Green Mole
 
Join Date: May 2004
Location: Troyes, France
Posts: 1
challenge for you

hello everybody,
i would like to insert a search engine into my website but I wonder if it is possible with phpdig

I explain :
I am using only one page >index.php< and all the content are dispactched in a certain piece of the page where I put for example :

Code:
<?php  include(page1.php); ?>
I have a few pages like
index.php?page=page1.php
index.php?page=page2.php
etc.

can phpdig search for results with this system ?

thanks you

bye
neo-harlock is offline   Reply With Quote