Posts by gabs • 39 points
3 posts
-
-1
votes5
answers23915
viewsA: How do I know if the variable is an integer in Python?
Actually this // doesn’t even need to be done, just ask: if int(numero) == numero:
-
2
votes1
answer104
viewsA: mysql - row for Gravity Forms columns
I was able to solve from this question asked on the platform in English. https://stackoverflow.com/questions/19007699/mysql-rows-to-columns/37828455#37828455 in my case I adapted to the following…
-
2
votes1
answer104
viewsQ: mysql - row for Gravity Forms columns
Good afternoon, I’m pretty new to database and programming, but I like to move when necessary. I have a table in the database with responses from a form made in wordpress by Gravity Forms that…