Code:
<?php
$link = mysql_connect( "localhost", "user2", "point" );
if ( ! $link )
die( "Couldn't connect to MySQL" );
mysql_select_db( "files", $link )
or die ( "Couldn't open $database: ".mysql_error() );
if (isset($_POST["term"])){
$term = $_POST["term"];
Leave a comment: