I have a form with the name="search" and I was hoping this script would work but it doesn't seem to be working.
if (isset($_POST['search']))
include_once('layouts/layout_2.php');
Here is my markup
<form name="search" action="" method="post">
<p>I am looking for</p>
<input type="text" value="Any keyword" name="searchlist">
<input type="submit" value="Find Job">