I get data from a request in AJAX
and get the number of elements using .lenght
I need to make a for
in php that goes from 0 to that number I received from the request (using .lenght
),
Does anyone know how I can do this?