Från PHP-manualen på mysqli_stmt::execute
:
if ($stmt->execute()) { // exactly like this!
$success = true;
}
Du gör det rätt... Vad är ditt dilemma?
Från PHP-manualen på mysqli_stmt::execute
:
if ($stmt->execute()) { // exactly like this!
$success = true;
}
Du gör det rätt... Vad är ditt dilemma?