sql >> Database teknologi >  >> RDS >> Mysql

Brug af MySQL-funktioner i PHP PDO udarbejdede sætninger

Jeg ville ikke videregive funktioner som de bundne params:

$sth = $dbh->prepare("INSERT INTO pdo (namespace, count, teststring) VALUES (?, ?, NOW())");

$_a = 'Wishy-washy';
$_b = 123;

$sth->execute(array($_a, $_b));


  1. Sådan repareres serverstatuskode:302 Fundet af SQL Inject Me Firefox Addon

  2. MigrationSchemaMissing(Kan ikke oprette tabellen django_migrations (%s) % exc)

  3. Indsætter null i char(1)

  4. Har tidszoneproblemer med PHP og MySQL