Tag Archives | programming
20 Interesting Facts About PHP: A PHP Developer Should Know

20 Interesting Facts About PHP: A PHP Developer Should Know

Are you a PHP developer? Do you know all about PHP along with all these facts that I am presenting to you below? I bet you you don’t know at least 10 out of 20. You don’t believe me, lets read all 20 points below and find out how many of them you know already? [...]

Read full story Comments { 19 }

How to strip excess whitespace from a string with preg_replace()

PHP provides many pre-defined methods to deal with strings. One of the strong way to deal with strings is to use regular expressions aka ‘regex‘. Let’s use regular expression with preg_replace() method to strip excess whitespace from a string.

Read full story Comments { 1 }