Dear Ray
Here is the recordset on the page with the contact form:
<?php
$rsMarket = new WA_MySQLi_RS("rsMarket",$mysqli2,1);
$rsMarket->setQuery("SELECT * FROM class_ad WHERE class_ad_id = ?");
$rsMarket->bindParam("i", "".(isset($_GET['class_ad_id'])?$_GET['class_ad_id']:"") ."", "-1"); //colname
$rsMarket->execute();?>
Here are a few examples from the previous page which deliver the class_id that you can test with, also see my PM:
class_ad_id=28
or
class_ad_id=19
as mentioned in my previous message,
the e-mail address was successfully inserted into the CC function, thus I think the recordset was working properly.
See PM for more precise details.
Thanks again.