30/09/2009, 08:37 AM
This is frustrating me terribly.
I'm testing a contact form that rely's on checking if the user has selected a specific setting in a setting selection menu of the site, and if its the a setting in particular, send to a specific email address... and to do this the form uses this code:
I'm testing a contact form that rely's on checking if the user has selected a specific setting in a setting selection menu of the site, and if its the a setting in particular, send to a specific email address... and to do this the form uses this code:
Code:
|
but using that output the following on the site:
Code:
|
Line 22 being the code above... but what makes no sense is that the "setting_1" variable is there [in the relevent MySQL DB & Table]... and is used just fine in other parts of the site, using the very same "if" statement on row "cc_cc".
I would say I'm working with a site that just moved from another server, and it didn't experience the problem there (apparently).
I'm really pulling my hair out with this one....