RE: [PHP] RE: Anew set of eyes

2003-03-27 Thread Matt Schroebel
> -Original Message- > From: Richard Whitney [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 1:02 PM > To: [EMAIL PROTECTED] > Subject: [PHP] RE: Anew set of eyes > > > Can you folks help me out b y looking at this code? > > It all of a su

[PHP] RE: Anew set of eyes

2003-03-27 Thread Richard Whitney
Can you folks help me out b y looking at this code? It all of a sudden is not grabbing the email address from the DB, yet array_count_values displays it nicely. $sql_c = "SELECT * FROM customers WHERE customers_id = '$customer_id';";//gather customer info from DB $result_c = mysql_query($sql_c);