Welcome Guest, Not a member yet? Register   Sign In
Saving checkboxes
#11

[eluser]marlar[/eluser]
He doesn't print the array with an echo alone, he uses print_r() which is meant to do exactly that:

echo "<pre>".print_r($_POST,1)."</pre>";

So that is not the problem.

Easymind, you could also try: var_dump($_POST);

But remember to check at least one of the checkboxes or you won't see anything!


Messages In This Thread
Saving checkboxes - by El Forum - 12-19-2007, 10:10 AM
Saving checkboxes - by El Forum - 12-19-2007, 10:19 AM
Saving checkboxes - by El Forum - 12-19-2007, 11:34 AM
Saving checkboxes - by El Forum - 12-19-2007, 02:42 PM
Saving checkboxes - by El Forum - 12-19-2007, 04:36 PM
Saving checkboxes - by El Forum - 12-19-2007, 05:21 PM
Saving checkboxes - by El Forum - 12-19-2007, 05:24 PM
Saving checkboxes - by El Forum - 12-20-2007, 06:48 AM
Saving checkboxes - by El Forum - 12-21-2007, 08:00 AM
Saving checkboxes - by El Forum - 12-21-2007, 08:14 AM
Saving checkboxes - by El Forum - 12-21-2007, 02:27 PM
Saving checkboxes - by El Forum - 12-21-2007, 06:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB