User Tools

Site Tools


pdo:update_statements

This is an old revision of the document!


PDO - Update Statements

<?php
$affected_rows = $db->exec("UPDATE table SET field='value'");
echo $affected_rows.' were affected'
pdo/update_statements.1476435300.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki