Fra PHP-manualen på mysqli_stmt::execute
:
if ($stmt->execute()) { // exactly like this!
$success = true;
}
Du gør det rigtigt... Hvad er dit dilemma?
Fra PHP-manualen på mysqli_stmt::execute
:
if ($stmt->execute()) { // exactly like this!
$success = true;
}
Du gør det rigtigt... Hvad er dit dilemma?