Posts by Felipe Marabolí • 1 point
2 posts
-
0
votes0
answers22
viewsQ: Searching Sqlite database data with php
I’m trying to get the name of my Session, and search the database for the data of those who have this name, but echo returns absolutely nothing. $nome = $_SESSION["Aluno"]; $results =…
-
0
votes2
answers1856
viewsQ: list index out of range Python
I have lists with numbers in string format and empty spaces. First I want to take the empty spaces, and then I want to convert to float. But right on the first for error appears: if (x[i]=='' or…