generated from francesco/deploy-dinamico
Conversione da MySQLi a PDO - pt. 2
All checks were successful
Deploy / trigger (push) Successful in 2s
All checks were successful
Deploy / trigger (push) Successful in 2s
This commit is contained in:
@@ -27,6 +27,8 @@ $searched = "";
|
||||
// Leggo la ricerca
|
||||
$params = [];
|
||||
|
||||
$query = "";
|
||||
|
||||
if (isset($_GET['q']) && $_GET['q'] !== '') {
|
||||
$nome = $_GET['q'];
|
||||
$searched = $nome;
|
||||
|
||||
Reference in New Issue
Block a user