Posts by Lucas Avelino • 36 points
3 posts
-
1
votes1
answer45
viewsA: Transfer Variable by Href
You need to send by HREF the id? if it is this at the time of mounting the page puts at the end of HREF ?NOMEDAVAR=ID So you will have access to the php’s GET variable, using $GET['NOMEDAVAR'] then…
phpanswered Lucas Avelino 36 -
1
votes1
answer187
viewsA: How to create a file-based JSON map
SOLUTION: After rethinking all logic I arrived at the following solution: map = open("MAPA CATEGORIAS.MAP",encoding="utf8").read() def getListOfChild(listOfElements, fatherIndex): i = fatherIndex +…
-
0
votes1
answer187
viewsQ: How to create a file-based JSON map
Hello, I have a problem that is the following I have a map with the following format and I need to create a script that converts this map to a specific JSON model in python: Map template: TELEFONIA…