PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Forud A   Open Search for PHP   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: example
Class: Open Search for PHP
Add support to a given search engine in a browser
Author: By
Last change:
Date: 15 years ago
Size: 576 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
   <head profile="http://a9.com/-/spec/opensearch/1.1/">
     <!--- ... --->
     <link rel="search"
           type="application/opensearchdescription+xml"
           href="osdescription.php"
           title="Content search" />
     <!--- ... --->
     <title>Open Search Demo</title>
   </head>
   <body>
     <!--- ... --->
     Just click on the search box on your browser to add this
   </body>
 </html>