Source:
Output:
What the hell is going wrong here?!?!? Ik snap dur echt geen !@#% meer van
PHP:
1
2
3
4
| <? mysql_query ('LOCK TABLES upd READ, data WRITE'); mysql_query ('DELETE FROM data WHERE date = "' . $date . '"') or die (print mysql_error()); ?> |
Output:
code:
1
| Table 'data' was locked with a READ lock and can't be updated1 |
What the hell is going wrong here?!?!? Ik snap dur echt geen !@#% meer van