--- Jason Wong <[EMAIL PROTECTED]> wrote:

> What happens when you do this:
> 
> $to = $rsVendorJobs->fields('Conmail');
> echo $to;
> echo $rsVendorJobs->fields('Conmail');
> $to = $rsVendorJobs->fields('Conmail');
> echo $to;
> 

Same thing: Call to a member function on a non-object
in..

Stuart

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

Reply via email to