After a search is submitted, an error... Help?
That is my search submit, and basically, im trying to get the page to go to (Their Search).html
www.dncraze.info
I have tried insterting a couple different codes into it, but they all turn up not working, or working incorrectly.
What should i do?
HTML:
<form method="post" action="<?php echo SITE_ROOT; ?>/" class="search">
<input type="text" name="keyword" class="input" value="<?php echo $keyword; ?>" />
<input type="submit" value="Search" class="button" />
</form>
That is my search submit, and basically, im trying to get the page to go to (Their Search).html
www.dncraze.info
I have tried insterting a couple different codes into it, but they all turn up not working, or working incorrectly.
What should i do?







