[insert_php]
require ‘/web/htdocs/www.adriaticoteam.it/home/costanti.php’;
$db = mysqli_connect($hostname,$username,$password,$database);
if (mysqli_connect_errno()) {
echo “Failed to connect to MySQL: ” . mysqli_connect_error();
}
$user_info = wp_get_current_user();
$nome = $user_info->first_name;
$cognome = $user_info->last_name;
[/insert_php]
Non trovi la gara? Aggiungi l’evento nel nostro DB per poterlo poi trovare!