MySQL Locking


in MySQL

After experimenting a bit with MySQL locking today, I thought I’d make a note of what I’d discovered: To create a lock, you need to use: LOCK TABLES table1 [READ |WRITE], table2 [READ |WRITE] READ is used to stop other people … Continue reading

Mobile PHP reference


in PHP
tagged: , ,

I had a look at the apps on the app store for this and couldn’t really tell if they did what I was looking for from the screenshots, so was reluctant to buy them, then Andy suggested that I should … Continue reading