PHP

PHP Form Validation Script

Posted under Development, Open Source, PHP on Sunday, 15 May 2011 by

It is very essential to have the input to your form validated before taking the form submission data for further processing. When there are many fields in the form, the PHP validation script becomes too complex. Moreover, since you are doing the same or similar validation for most of the forms that you make, just too much of duplicate effort is spent on form validations.

PHP Form Validation Script

9 great potential open source PHP projects

Posted under Article, Featured, Open Source, PHP on Friday, 1 April 2011 by

PHP open-source world very exciting, which we all contact with many famous open source projects such as Drupal, Sugar CMS, Joomla, etc., but in this article, the author selected nine new awareness is not high, but can Very useful in some areas, currently in development stage, promising PHP open source projects. I am sure you will be amazed after reading the reader: the original PHP is also capable so many things.

9 great potential open source PHP projects

PHP website performance improve method

Posted under Article, Cache & Storage, Development, PHP, Web Servers on Saturday, 26 March 2011 by

Here are some methods may help you to improve php the performance 1: object code cache Each request need to recompile the object code, if you use the cache, then may avoi…

PHP website performance improve method

Using php to detect proxy

Posted under Development, PHP on Saturday, 26 March 2011 by

Able to detect most of the visit through a proxy server ip.

Using php to detect proxy

PHP-FPM on high load tips

Posted under Article, Development, PHP, Web Servers on Saturday, 26 March 2011 by

When you running a highload website with PHP-FPM via FastCGI, the following tips may be useful to you : )

PHP-FPM on high load tips

PHP Function: register_shutdown_function()

Posted under Development, PHP on Saturday, 26 March 2011 by

Since i’ve started programming in PHP i’ve found that there are some very interesting and useful functions native to the language that are buried deep in the very extensive PHP documentation. Sometimes you want to do something with your code and you end up writing lines and lines of elaborate code only to find out maybe a few months later that there is a function built into PHP that does exactly what you wanted to and does it a zillion times better

PHP Function: register_shutdown_function()

php/python/perl read directory

Posted under Article, Development, Perl, PHP, Python on Saturday, 26 March 2011 by

php / python / perl code to read the directory

php/python/perl read directory

PHP Load Balancing Guide

Posted under Article, Cache & Storage, Featured, PHP, Web Servers on Saturday, 26 March 2011 by

Over the past when running a large web application meant to run when a large-scale web server. Because your application has attracted a large number of users, you will have in your server to add more memory and processor. Today, the ‘big server ‘ model has in the past…

PHP Load Balancing Guide

php autoloader class

Posted under Article, Development, Featured, PHP on Tuesday, 8 March 2011 by

This class can automatically load one or more of the directory of the class or interface files,You can filter the files and directories do not meet, no new class, can be used directly.

php autoloader class

php curl post files

Posted under Development, PHP on Sunday, 6 March 2011 by

php curl post the file

php curl post files

PHP multi-process concurrency control of test

Posted under Development, PHP on Thursday, 24 June 2010 by

Recently encountered a problem, Linux command line PHP under the program as a daemon, need to read a line from the queue file data sent through the TCP protocol to the field of the receiving server, read the next line of data, then send. When the local and overseas network is not good, sometimes sending a data time-consuming long queues built up easily lead to congestion and delay.

PHP multi-process concurrency control of test

PHP Accelerators : APC vs Zend vs XCache with Zend Framework

Posted under Featured, PHP on Sunday, 20 June 2010 by

Tonight I wanted to see how the Zend Framework would run against an application that I have put in quite a bit of components into. I figured with the amount of objects that have been instanciated that there was likely going to be a larger performance hit overall…

PHP Accelerators : APC vs Zend vs XCache with Zend Framework

How To Learn PHP?

Posted under Article, Development, Featured, PHP on Saturday, 20 February 2010 by

Learning to program a computer is somewhat of a difficult task but if mastered can be a very rewarding skill to possess. Not only are programmers in high demand but being able to program means that you can take on your own projects.

How To Learn PHP?

How do I set PHP include_path?

Posted under Article, PHP on Tuesday, 12 January 2010 by

There are at least 2 ways you can set your PHP include_path.

How do I set PHP include_path?

php5 Reflection API

Posted under Article, Featured, PHP on Monday, 7 December 2009 by

PHP5 comes with a complete reflection API that adds the ability to reverse-engineer classes, interfaces, functions and methods as well as extensions. Additionally, the reflection API also offers ways of retrieving doc comments for functions, classes and methods.

php5 Reflection API