Anyone have a snippet of code that does each?
Thanks
How would I go about passing an array thru hidden form fields?
foreach($category as $categoryTMP) { echo "<input type=\"hidden\" name=\"category[]\" value=\"$categoryTMP\">"; }
Nevermind, I figured out a way thats somewhat decent.