Posts by Felipe • 31 points
3 posts
-
0
votes1
answer25
viewsQ: How do I update the value of a variable within another script?
Basically to illustrate better, I’m supposed to have a.py file that has the following content: token = '' I created the update_file.py that has the goal of updating the token variable to another…
python-3.xasked Felipe 31 -
0
votes1
answer183
viewsQ: Save more than one data in this form with PHP and Mysqli
Hi, I have a problem with this code. I’m making a form I need to save, but unfortunately in the database only saved once the rest always gives error... I would like to resolve this problem, and I…
-
2
votes4
answers16718
viewsQ: How to put a space between two buttons?
I have this code: <!DOCTYPE HTML> <HTML> <head> </head> <header> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </header> <body>…