Re: [PHP-DB] Having a DUH Moment with mysql_fetch_array

2005-05-09 Thread Chris
Thompson, Jimi wrote: Ok, I'm a PHP newbie and I'm having a problem. All I want to do is parse some information out of a database and send someone and email stating that their posting has been approved. I've verified that my SQL is indeed returning the correct value for $key, but when I go to

Re: [PHP-DB] Having a DUH Moment with mysql_fetch_array

2005-05-09 Thread Frank M. Kromann
Hi Jim, echo cannot display the content of an array or object. try print_r() or var_dump() - Frank > Ok, > > > > I'm a PHP newbie and I'm having a problem. All I want to do is parse > some information out of a database and send someone and email stating > that their posting has been approve

[PHP-DB] Having a DUH Moment with mysql_fetch_array

2005-05-09 Thread Thompson, Jimi
Ok, I'm a PHP newbie and I'm having a problem. All I want to do is parse some information out of a database and send someone and email stating that their posting has been approved. I've verified that my SQL is indeed returning the correct value for $key, but when I go to fetch the array