[PHP] Search in PhP

2003-07-30 Thread khuram noman
Hello i have a site in php but not using database i want to add the search facilty in that site means user can search into the contents of the site .so how can i do that in php without using database.waiting for ur soon reply thanks khuram noman __ Do you Yahoo!?

Re: [PHP] Search in PhP

2003-07-30 Thread Nicholas Robinson
Try running a exec() running a grep command on your DocumentRoot. something like 'grep -ril fred * would just produce the filenames containing fred or -ri would display the context. You could then produce links to the files from the resulting output. HTH On Wednesday 30 Jul 2003 10:51 am,

Re: [PHP] Search in PhP

2003-07-30 Thread Pradeep D'souza
Option 1 : use Javascript { Lot of free scripts on the internet } Option 2 : Use an array filled with information Rgds, Pradeep - Original Message - From: khuram noman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 3:21 PM Subject: [PHP] Search in PhP Hello

[PHP] Search engine PHP

2003-02-17 Thread Andrian Ivanov
Hello, Can somebody direct me to a documentation source, about creating small database search engines with PHP? Thank you in advance, Andrian Ivanov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Search for PHP Motivation Studies

2001-08-19 Thread Björn Schotte
* Ralph Guzman wrote: IN the book Web Application Development with PHP 4.0 There is an entire chapter towards the end of the book that describes such case studies. I know them but I don't search case studies. -- Die Marktumfrage zu PHP Schulungen, Consultingdienstleistungen und frei

[PHP] Search for PHP Motivation Studies

2001-08-18 Thread Björn Schotte
Hi, for a well-known PHP advocacy site we are searching for motivation studies of (big) companies who decided to use PHP. A PHP motivation study is not like a normal case study where you tell the reader about the application foobar.com. Instead, you tell 'em about why, when and how you decided

RE: [PHP] Search for PHP Motivation Studies

2001-08-18 Thread Ralph Guzman
] Subject: [PHP] Search for PHP Motivation Studies Hi, for a well-known PHP advocacy site we are searching for motivation studies of (big) companies who decided to use PHP. A PHP motivation study is not like a normal case study where you tell the reader about the application foobar.com. Instead, you

[PHP] Search engine php/mysql

2001-06-20 Thread Mohamedou
Hello list, I am coding a search engine that allow indexing and searching internet sites based on php/mysql. My problm is: How can i index a given site, I mean: input: URL, like http://www.blabla.com/ Output: meta, body content, description that will be stored in a tables. thnx in

Re: [PHP] Search engine php/mysql

2001-06-20 Thread Chris \TunkeyMicket\ Watford
8:22 AM Subject: [PHP] Search engine php/mysql Hello list, I am coding a search engine that allow indexing and searching internet sites based on php/mysql. My problm is: How can i index a given site, I mean: input: URL, like http://www.blabla.com/ Output: meta, bo

Re: [PHP] Search engine php/mysql

2001-06-20 Thread Greg Donald
Hello list, I am coding a search engine that allow indexing and searching internet sites based on php/mysql. My problm is: How can i index a given site, I mean: input: URL, like http://www.blabla.com/ Output: meta, body content, description that will be stored in a tables. Regular