ok I will get right back to you

in the mean while here is code that is working in the Portal

<?php
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
<div style="width:300px; height:25px">
<form action="http://www.usedphones.com/catalogsearch/result/?" method="get" target="_blank">
<input type="text" name="q">
<input type="submit" value="Submit">
</form>
</div>
EOF;
?>