Posts by Joaquim Alberico • 21 points
5 posts
-
1
votes0
answers50
viewsQ: GET FILE is not saving result
I made this code with the intention of retrieving the data of this website (PUBLIC) and save in my BD. Below is the code: <?php //$arquivo=$_GET["file"]; $arquivo =…
phpasked Joaquim Alberico 21 -
0
votes3
answers62
viewsA: $array exposing next result?
What if I listed it this way ? Problem that this way I could not adjust, everything. //aqui ele gera looping e cria um array com os campos da consulta $array = mysql_fetch_array($query)…
phpanswered Joaquim Alberico 21 -
1
votes3
answers62
viewsQ: $array exposing next result?
In my code I did at the end of it so that the array did a logical and sequential sequence of my search but it is not working, someone can help me please ? <?php error_reporting (E_ALL & ~…
phpasked Joaquim Alberico 21 -
0
votes2
answers216
viewsA: How to fix HTTP 500 error?
All the changes I understood were made. Sorry the work this is just a hobby and a hobby site anything professional, I’m trying to learn yet, thanks even for the help ! <?php //chama o arquivo de…
phpanswered Joaquim Alberico 21 -
-1
votes2
answers216
viewsQ: How to fix HTTP 500 error?
I’m trying to run the code below but I’m getting the message HTTP ERROR 500, how can I correct? <?php //chama o arquivo de conexão com o banco include("connect_db.php"); //consulta mysqli $query…
phpasked Joaquim Alberico 21