mercredi 17 février 2021

how do I store multiple uri values on an array?

I want to store on an array, multiple numbers passed on the uri of my URL, for example I have the url:

localhost:8000/234343,43456,7768

how do I store the numbers in array like this:

array[0]=234343
array[1]=43456
array[2]=7768



Aucun commentaire:

Enregistrer un commentaire