search from like this
<form method="get" action="">
<p>
<input class="clearfield" type="text" value="Search..." title="Search..." name="s" />
<input type="submit" value="" />
</p>
</form>
in ACTION, you can using <?php bloginfo(‘url’)?> like this
<form method="get" action="<?php bloginfo('url')?>">
[sig moderated as per the Forum Rules]