not to mention it makes something as clean as this:
<form style=\"MARGIN-BOTTOM: -2px\" action=\"/forums/search.php\" method=\"post\">
<input type=\"hidden\" value=\"$session[sessionhash]\" name=\"s\">
<input type=\"hidden\" value=\"-1\" name=\"forumchoice\">
<input type=\"hidden\" value=\"subject\" name=\"searchin\">
<input type=\"hidden\" value=\"-1\" name=\"searchdate\">
<input type=\"hidden\" value=\"simplesearch\" name=\"action\">
<input type=\"hidden\" value=\"yes\" name=\"booleanand\">
</form>
to something sloppy as this:
<form style=\"MARGIN-BOTTOM: -2px\" action=\"/forums/search.php\" method=\"post\"><input type=\"hidden\" value=\"$session[sessionhash]\" name=\"s\"><input type=\"hidden\" value=\"-1\" name=\"forumchoice\"><input type=\"hidden\" value=\"subject\" name=\"searchin\"><input type=\"hidden\" value=\"-1\" name=\"searchdate\"> <input type=\"hidden\" value=\"simplesearch\" name=\"action\"></form>
O_o
|