Posts by Odil Klein • 23 points
3 posts
-
2
votes1
answer46
viewsQ: How to print the selected database ID?
Is there a function to take information from a specific ID of my database and print with domf? My code: $id = "30"; $result_usuario = "SELECT * FROM cadastro WHERE id = '$id' LIMIT 1";…
-
0
votes0
answers594
viewsQ: How to change Mysql to Mysqli
Well, half of my project is using mysql plus I added a new function that uses mysqli which is generating some conflicts in the database. Either it saves what is in mysql or what is in mysqli. I…
-
0
votes1
answer200
viewsQ: Error executing mysqli_query() in BD Select
When I will register something in the database of this PHP code <?php session_start(); include_once("../seguranca.php"); include_once("../conexao.php"); $nome_nivel = $_POST["nome_nivel"]; $query…