answersLogoWhite

0

Yes you can make a search engine in php it works pretty good i built one my self

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you build a vector space search engine in PHP?

== == The article by onlamp.com (link in Related Links) gives a good introduction for building a simple keyword-based search engine with PHP and MySQL. See the related link for an example of a vector space search engine built with Perl.


What is the use of php in seo?

SEO (Search Engine Optimization) is used for webpages be it php, asp.net or perl. Not the other way round.


Companies working in PHP?

May be who will answer this question are working on PHP. And also if you will search online job sites, you will get lots of companies, Nonetheless you may get companies by searching google search engine too.


How do you read pdf file in php?

You have to embed it or include it inside a special framework. You can find many ways by searching for "PDF in PHP" in a search engine.


How do you make a web search engine?

A web search engine can built in many ways. Building one from scratch takes a lot of experience in many web development languages such as HTML, AJAX, Javascript, CSS, PHP, etc. However, you can make a web search engine from Google Custom Search. Search for google custom search on Google, and click the link (should come first). You will need a Google account or a Gmail account. Follow the directions given from the search engine builder and you will get the code for the search element.


How do you make a comments page on dreamweaver?

You'd need PHP and mySQL knowledge for this. Search Google for "Free PHP Comment Scripts".


How i can begin php in Linux?

PHP on windows runs using the WAMP Server while on Linux it runs using the LAMP Server. Try getting a LAMP Server from a search engine


What scripting engine does PHP use?

PHP itself is a scripting language, and uses it's own PHP interpreter (engine).


How do you search for directories in PHP?

You can check if a directory exists using the file_exists() function. file_exists(\'http://www.example.com/path/to/directory/\'); It returns boolean TRUE if the directory exists; boolean FALSE otherwise. Incorporting this function with a searching algorithym will make a successful directory search engine. Alternatively, you can make the engine very simple, and check if the exact directory name exists.


What is zend engine 1 in php?

Zend Engine 1 is the internal engine used by PHP for the entire version 4 release line. It is no longer considered active, but PHP 4 is still in widespread use.


How do you you put a search engine into a dreamweaver HTML document that works?

Search engines cannot be made in pure HTML, there has to be some scripting behind it. As a simple solution, try using Google's custom search engine generator. If you'd like to build your own search engine from scratch, try learning PHP or Perl and using them to build one. Good luck!


What is php 5.1 software?

That's PHP Engine.. Allow you to develop PHP Scripts.. you can use it to develop PHP Scripts and test it on your local machine before you send it to server.. (your website)