Hope, you know about the built-in PHP function substr which finds a substring with a given string between the given postions. But, there is no built-in PHP function which returns substrings positioned between a given starting and ending charecters. So, here is the function which exactly does this work.
Continue Reading
Here is another PHP function which convert strings used for SEO URL Friendly or Permalinks.
Continue Reading
As I promised in my first post. I am starting with a simple PHP function that have saved a lot of time in uploading files to the server.
Continue Reading
As a freelancer for about 2 years, I have been writing tons of code for me and my clients, and been almost passive in reusing code written by those great programmers around the world. But, sometimes I endup with no results in Google for what I needed and so when I coded something strange, I always felt like sharing it back with the world that helped me a lot. But, time and my lazyness did not allow me to write and maintain a site for sharing my code.
Continue Reading