--- "Norland, Martin" <[EMAIL PROTECTED]>
wrote:

> 1) change
> $to = "$rsVendorJobs->Fields('Conmail')";
>       To
> $to = "{$rsVendorJobs->Fields('Conmail')}";
>       Or just
> $to = $rsVendorJobs->Fields('Conmail');
> 
> 2) change 
> $body = '$cl';
>       To
> $body = $cl;
> 

Well I'm sure this is not the syntax, but since I've
written it both ways I get a :

Fatal error: Call to a member function on a non-object
in /home/xxxxxxx/public_html/appjobb.php on line 39

Which I'm guessing means it is written correctly but
now the variable doesn't exist ?

Stuart

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to