Posts by Felipe de Pietro • 3 points
3 posts
-
0
votes1
answer218
viewsQ: Insert data via SSH with PHP
I would like to know a way to send files to a VPS via SSH with PHP ! Could someone suggest me a help, because I am on a game server, the same has an internal database. When registering the user,…
sshasked Felipe de Pietro 3 -
0
votes2
answers1450
viewsA: Mysqli does not display results
One way I was using is the following : while ($a = mysqli_fetch_assoc($exec)) { // fetch_assoc obtendo todos os resultados do banco de dados conforme a consulta foreach ($a as $i => $rows) { echo…
-
0
votes1
answer343
viewsQ: Entering data in PHP
Speak guys, I have a doubt that is the following, I am not able to insert data in PHP, give a help pfv :) ! Here is the code: This is my.class.php Connection <?php class Conexao { private $host =…