How to write a WordPress plugin that uses flickr
So, I have written my first (good) WordPress plugin [here] so I thought I would go through how I went about it. I found working with WordPress really easy and intuitive to develop with. The Idea First and foremost with a WordPress plugin is to have a good idea that nobody else has had yet. [...]
filter_var – PHP Function
This week I discovered a great new PHP function – it is going to make filtering user input so easier and everything much quicker. If you want to take a look at the php manual, take a look here. filter_var The function is to be used to check or filter user input against a range [...]


