Hi- Anyone know how to use an img for a submit button within a php variable... this here doesn't work
$htmlvar ="
<form>
<td><input type=\"image\" src=\"images/enter.gif\" name=\"action\" value=\"login\" border=\"0\">
</form>
";
won't send an action to the page, but when i replace the image with a submit button, it works. any ideas?