fix commenti

This commit is contained in:
2026-03-24 09:41:09 +01:00
parent 2fb5fdc061
commit 98dd7e775f

View File

@@ -1,4 +1,14 @@
<?php
/*
/$$$$$$ /$$$$$$ /$$ /$$ /$$ /$$ /$$$$$$$$ /$$$$$$$ /$$$$$$$ /$$$$$$
/$$__ $$ /$$__ $$| $$ / $$ | $$$ /$$$| $$_____/| $$__ $$| $$__ $$ /$$__ $$
|__/ \ $$| $$ \__/| $$/ $$/ | $$$$ /$$$$| $$ | $$ \ $$| $$ \ $$| $$ \ $$
/$$$$$/| $$ \ $$$$/ | $$ $$/$$ $$| $$$$$ | $$$$$$$/| $$ | $$| $$$$$$$$
|___ $$| $$ >$$ $$ | $$ $$$| $$| $$__/ | $$__ $$| $$ | $$| $$__ $$
/$$ \ $$| $$ $$ /$$/\ $$ | $$\ $ | $$| $$ | $$ \ $$| $$ | $$| $$ | $$
| $$$$$$/| $$$$$$/| $$ \ $$ | $$ \/ | $$| $$$$$$$$| $$ | $$| $$$$$$$/| $$ | $$
\______/ \______/ |__/ |__/ |__/ |__/|________/|__/ |__/|_______/ |__/ |__/
*/
require_once "_db_config.php";
?>
@@ -19,7 +29,6 @@ require_once "_db_config.php";
</form>
</div>
<?php
// BREAK THE SPEAKERS
// verifichiamo se l'utente abbia inviato i dati dal form
if(isset($_POST['cerca']) && !empty($_POST['cognome'])){
$cognome_ricercato = $_POST['cognome'];