| 
 Posted by Arjen on 06/16/60 11:43 
Zoe Brown wrote: 
> I am writing a site and need to have the following three features. 
>  
> 1) Site search facility 
> 2) Crumb tray ("you are here> indicator") 
> 3) Site Map 
>  
> I have implemented 2 and 3 before and have always achieved this using HTML  
> and JavaScript.  I  don't use dreamweaver or any webdevelopment tools like  
> that. 
>  
> Is there a simple way for me to achieve these three things using PHP and my  
> site structure ? 
>  
> Thanks in advance for your help. 
>  
> Zoe  
>  
>  
Yup nothing to it ! 
 
Insert your site into a database (make sure your field and relations are  
set up correctly) 
 
Then 3 simple functions will take care of 1,2 and 3 
 
Any specific questions ? 
 
Arjen
 
[Back to original message] 
 |