Welcome Guest, Not a member yet? Register   Sign In
Looping through DB Fields
#5

[eluser]Richard Testani[/eluser]
Found it. Totally my bad.

In another function I exploded the string like:
Code:
$fields        =    explode(",", $_POST['fields']);
The string had a ', ' separating them.
Changing to:
Code:
$fields        =    explode(", ", $_POST['fields']);
fixed it.

Thanks
everyone.


Messages In This Thread
Looping through DB Fields - by El Forum - 08-12-2009, 04:03 PM
Looping through DB Fields - by El Forum - 08-12-2009, 04:19 PM
Looping through DB Fields - by El Forum - 08-12-2009, 04:25 PM
Looping through DB Fields - by El Forum - 08-12-2009, 05:32 PM
Looping through DB Fields - by El Forum - 08-12-2009, 07:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB