Bonjour





$sql ="insert into quran1 (AyahText) values ( :ayahText)" ;
$stmt = $dbh->prepare($sql);
$text = 'tototot';
$stmt->BindParam(':ayahText',$text);