MySQL - UPDATE
Войти

MySQL - UPDATE

MySQL - UPDATE
1
2
3
4
5
<?php 

   UPDATE table SET column1 
expression1 WHERE id=$id;

?>
Теги:
php