I have a form with a dropdown , which should have as options the users registered in a table of my database.
The connection:
<?php
$connection = mysqli_connect("localhost", "root", "", "db_formacao");
if (mysqli_connect...
asked by
28.08.2017 / 14:16