August 11, 2008
I am saving this for my reference , A post with all commonly used regex, The regex like saving image tags, html links , email validation etc . are one of the most common used regex ! 1) Finding <img> tag through php using regex. $pattern = ‘/<img[^>]+src[\\s=\'"]‘; $pattern .= ‘+([^"\'>\\s]+)/is’; if(preg_match($pattern,$subject,$match)) { echo [...]
Read the full article →
August 6, 2008
Most of my readers know that i started my career as a web hosting guy, Selling hosting and domain names. Hosting and domain flipping still remains my favorite past time, And i research a lot, Lately i was not able to answer all my friend queries for hosting queries so trying to sum up , [...]
Read the full article →