diff --git a/index.php b/index.php new file mode 100644 index 0000000..4755f70 --- /dev/null +++ b/index.php @@ -0,0 +1,46 @@ +num_rows > 0) { + echo "Login effettuato con successo!"; + } else { + echo "Credenziali non valide."; + } +} +?> + + + +