Posts by leodario • 55 points
2 posts
-
5
votes2
answers1048
viewsQ: Foreach PHP JSON json_decode How to print sub array
Good morning folks! My question is this. I created a foreach to access the data below an API $token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $headers = array('Authorization: Token ' . $token); $ch_subs =…
-
0
votes1
answer3412
viewsQ: How to change the order of the javascript array index
How do I change an array order. Example: I have an array with the following syntax: arr = [H5,ul,H5,ul,H5,ul,H5,ul,]; The purpose is to change the display order of html, for example H5 beer /H5 with…