On Tuesday 07 December 2004 19:15, Stuart Felenstein wrote:
> --- Jason Wong <[EMAIL PROTECTED]> wrote:

Please be explicit, do you mean this what you get?:

> > What happens when you do this:
> >
> > $to = $rsVendorJobs->fields('Conmail');
Call to a member function on a non-object

> > echo $to;
Nothing, as $to is undefined (or ill-defined)

> > echo $rsVendorJobs->fields('Conmail');
The contents of 'Conmail'

> > $to = $rsVendorJobs->fields('Conmail');
Call to a member function on a non-object

> > echo $to;
Nothing, as $to is undefined (or ill-defined)


Also just to be certain that you *are* running those lines of code change the 
echo $to, to echo "Before $to" & echo "After $to" or something.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
------------------------------------------
/*
hard, adj.:
 The quality of your own data; also how it is to believe those
 of other people.
*/

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

Reply via email to