Have tried many different styles but ending up with the same results.. The form doesn't work and the same with the results.
Here's the code:
// Check if member wants email notifications
$emailpref = db_res("SELECT EmailNotify FROM Profiles WHERE ID = '{$recipient['ID']}' AND EmailNotify = 1");
if ( mysql_num_rows( $emailpref ) < 0 )
{
?>
<input type="hidden" name="sendto" value="lovemail" />
<input type="hidden" name="notify" value="checked">
<?
}