Posts by Lucas Amparo • 11 points
2 posts
-
0
votes1
answer48
viewsA: Save JS Data to DB
Try to fire an ajax request to a page that only saves the data in the bank. I believe this is the best way to solve the problem. Maybe this here can help you.…
-
1
votes1
answer1673
viewsA: Read . txt file and write each line in a variable - Python
From what I understand, you just want to save the contacts so they can be accessed one by one. If the file is a contact per line, just insert it into an array (list) and access it later. If the file…
pythonanswered Lucas Amparo 11