Archive for the "PHP" Category.
26th March 2010, 23:05
The Problem
Sending email using PHP on a Windows IIS server is not as simple as it is when using a Linux server. On a typical setup the mail() function probably won’t work without some tweaking.
Continue reading "Sending Email with PHP mail() on a Windows Server" »
22nd January 2010, 21:35
What is preg_match()?
The preg_match() function will perform a Perl-compatible regular expression pattern match. Sometimes you will want to match a backslash, but it’s not as straightforward as you might first think!
Continue reading "How to Match A Backslash with preg_match() in PHP" »