3:14 PM
Share:
Programming Languages Solutions
prepare($sql);
$q->execute(array(':author'=>$author,
':title'=>$title));
?>
Example for update data:
prepare($sql); $q->execute(array($title,$author,$id)); ?>
prepare($sql);
$q->execute(array(':author'=>$author,
':title'=>$title));
?>
Example for update data:
prepare($sql); $q->execute(array($title,$author,$id)); ?>