PHP Classes

File: WIAdmin/WIModule/search_engine/index.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIModule/search_engine/index.php   Download  
File: WIAdmin/WIModule/search_engine/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 287 bytes
 

Contents

Class file image Download
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>

<body><center>
<h2>Search Engine</h2>
<form action='./search.php' method='get'/>
<input type='text' name='k' size='100'/>
<input type"submit" value="search"/>
</form>
</center>
</body>
</html>