--- valentin <[EMAIL PROTECTED]> wrote:

> Hello there. 
>   Me again with a fresh Happy New Years Friends!
>   Somebody help me pls, i know it is possible :P 
>   I need a search is site script or a good tutorial that could 
> help me to realize this insite searching script...Something that 
> works just like google (one word or multiple words, paging and 
> printing) and which is built in php and mysql. Thanks a lot
>    
>   Valentin


Are their reasons why your site cannot use Google's search?  If Google has
indexed your site (easier if it is static) then you can perform site-specific
searches.  In the basic Google form you can add 

  site:SomeDomain.com

to restrict the results to a single domain name.

Otherwise, you would have to use or devise a way to index each web page (if
static) in a table.  MySQL 4.1 or 5.0 can perform so-called "fulltext" searches
which use the booleans.  However, it is a large project.  Someone may have a
good web application on 

  http://www.hotscripts.com/PHP/Scripts_and_Programs

under "Search Engines" or "Site Mapping".

James
_____


James D. Keeline
http://www.Keeline.com  http://www.Keeline.com/articles
http://Stratemeyer.org  http://www.Keeline.com/TSCollection

http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc.
Fall Semester Begins Sep 7 -- New Classes Start Every Few Weeks.
Spring Semester Begins in late January.  Two new class topics.


Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to