Posts by Dênis Suenaga • 25 points
4 posts
-
0
votes1
answer35
viewsQ: PHP - Return database value - specific value
need a light to return only a specific value according to the login done. Example: if the database username is "Amora" returns the value of the column Name whose username is Amora. I believe it is…
-
1
votes1
answer25
viewsQ: Python - append in the same Dataframe
I have the following code to extract data from the yahoo that works perfectly. My problem is that I wanted to insert all the data into a single table every time it enters the FOR it go add to the…
-
0
votes1
answer55
viewsQ: How to pass the value of a PHP variable to a fixed place?
Good evening gentlemen I am venturing into the world of PHP and I came across a problem that I have not yet been able to solve. I made a connection in PHP that connects in a TELNET server and…
-
0
votes0
answers74
viewsQ: Count values in a Msaccess table
I am creating my first application and would like to know how count values of a table in Msaccess with the following conditions: "requester" and "Status" must contain specific values; If it contains…