Skip to content

Instantly share code, notes, and snippets.

@rahilsharma
rahilsharma / populate.php
Created September 16, 2012 07:13
search engine module
<html>
<head>
<title>My Search Engine</title>
<link href="syles2.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?php
session_start();
mysql_connect("localhost","","")
or die("ERROR: Could not connect to database!");