Hey guys this is my first time posting on forms. I am making a search engine and I really need help because the search results are not going up when I try to search on my site. Here is the sample code I used:
<?php$button = $_GET ['submit'];$search = $_GET ['search']; if(!$button)echo "you...