Posts by Vitor Carvalho • 47 points
4 posts
-
3
votes1
answer689
viewsQ: Memory release in python dictionaries
I’m trying to develop a program that temporarily stores a significant amount of variables. These variables are stored in RAM memory, inside dictionaries. But I’m having a hard time understanding how…
-
0
votes1
answer188
viewsQ: Create a jquery option Selected
I’ve seen several posts about it, but none of them were able to help me definitively. I want to put an option Selected dynamically(db data). obj.nome = [vitor,joao,carlos] dep_option += '<option…
-
1
votes1
answer43
viewsQ: How to send SQL data with pre-defined PHP data
Using a repeating structure while I want to send predefined data. I’ll try to show. Database: name:(John,Paul,Victor) mode:(0,0,0) page1.php <?php session_start(); include_once("config.php");…
phpasked Vitor Carvalho 47 -
0
votes3
answers52
viewsQ: How to use a fetch_array contained in another PHP page?
Example: SELECTS Has three names, I want to print these 3 names on another page. page1.php <?php session_start(); include_once("config.php"); ?> <?php $sql = $db->query("SELECT nome FROM…
phpasked Vitor Carvalho 47