Posted by Rasti | Jul 10th, 2009
Every web developer knows that SEO friendly URL links are a must. But not every developer likes to write Apache’s mod_rewrite rules to have links nicer. Regular expressions sometimes annoy, but the Mod Rewrite Generator can save your time and troubles by generating desired rules in a while.
The Apache module mod_rewrite converts URLs in a certain format to another format, and can be very useful in helping...
Posted by Rasti | May 28th, 2009
Regular expression is the basic functionality of pattern comparison. PHP offers two sets of functions for regular expressions – POSIX style and Perl style. Both types have slightly different syntax and this post should give basic overview of the POSIX one.