i have a JS that generates fields on the fly
i set a counter so that i can count the no. of fields the user generated
now i need to loop through these fields
and i dont know how to use that JS variable inside PHP
for($i=0;$i< "JS VAR";$i++)
i need help plz