File "search.php"

Full Path: /home/u165092617/domains/tadzz.com/public_html/forms/search.php
File size: 241 bytes
MIME-type: text/x-php
Charset: utf-8

<?php session_start();
require_once("../config/config.php");
$search	=   $_REQUEST['search'];
$serach = str_replace(" ","-","$search");
$search = strtolower($serach);
echo $search;
header("location:./../research/".($search));



?>