POSIX Regular Expressions in PHP

October 20th, 2008

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.
Read the rest of this entry »

PHP and Excel

August 28th, 2008

Many of my customers hold data in Excel files. Then, when they decide to build a web based, database driven project controlled by PHP, ask me to move their Excel data into the MySQL. Whether it’s possible and how to do it, will be the content of this post.
Read the rest of this entry »

Advanced Security Related PHP Directives

April 30th, 2008

Previous post Basic Security Related PHP Directives showed us the basic set of PHP directives which significantly affects security of not PHP apps only. This article increases the spectrum of PHP security related configuration directives.
Read the rest of this entry »

Basic Security Related PHP Directives

April 28th, 2008

Configuration of PHP is one of the significant security breakpoints. There is no doubt that ignoring this can lead to serious security consequencies. I’m not talking just about web applications vulnerabilities. Wrong PHP setup can allow to take your server under control by some invader. This article is trying to help you to do more for your calm sleep.
Read the rest of this entry »

Call to undefined function utf8_encode()

November 18th, 2007

PHP Fatal Error: Call to undefined function utf8_encode() error message balked me to run new installation of web software. Why and how to get rid of this error is described in this post.
Read the rest of this entry »

© 2007-2013 alphapatrol.com | AlphaPatrol Blog is proudly powered by WordPress | Entries (RSS) and Comments (RSS)