I am having a problem with an if statement and a recordset. I cannot get it to work correctly. I keep getting a parsing error. right now i have..
<?php
if ($Recordset jobs->Fields("location") == "Hummelstown")
echo "Sally
<a href="mailto:bs@veri.com">fobs@veri.com</a><br>
";
else
echo "Donna
<a href="mailto:jo@ve.com">jo@ve.com</a><br>
";
?>