Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-07-05 Thread K. Hayes
No not trying to trick you at all. It's just that because of an incident I had on a previous site with giving actual table names etc. I had another one helping me through forums. I actually share too much info. as a result my DB was ruined... At any rate had no clue about combined_string it

Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-06-29 Thread K. Hayes
Will do. Thanks. - Original Message - From: "Jim Lucas" <[EMAIL PROTECTED]> To: "kvigor" <[EMAIL PROTECTED]> Cc: Sent: Saturday, June 30, 2007 1:46 AM Subject: Re: [PHP] Selecting Rows Based on Row Values Being in Array kvigor wrote: Hello All, I'm attempting to return rows from

Re: [PHP] Form Data Filtering

2007-06-16 Thread K. Hayes
if(@sizeof($profanity) > 0) { echo "Please REMOVE the profanity in the following fields. Immediately!"; foreach($profanity as $field => $value) { echo "  {$label_array[$field]}"; //line 114 } } - Original Message - From: "Stut" <[EMAIL PROTECTED]> To: "kvigor" <[EMAIL PROTEC

Re: [PHP] Cant set info in DB...HELP

2007-06-02 Thread K. Hayes
What "lists" are you referring to? Also this is how the examples show I've seen. I know this is basic general stuff but I try many times before posting, and I have followed all directions given. So this is what I did, and nothing is set DB still :-( ===NEW CODE==