Skip to content

Category Archives: PHP

A useful program for dropping mysql tables

I was recently in the need of deleting a set of mysql tables with a shared prefix, and I searched the net to find something that could help me, so that I didnt have to write all the code myself. Yeah programmers are lazy, but its good actually to reuse instead of reinventing.

Update chmod on php files only

I am sick and tired of having to search for this every time I need it, so now you’ll get it for free.