Tag Archives: PHP Script

What is the difference between split() and

Nov 04, 2013

Hi all today the thing we going to see in the post is the difference between split() and explode()? a large string. The split() function..

Read more

Useful PHP validation functions

Nov 04, 2013

Hi all hope you all are well today the topic we going to see in the post is some Useful PHP validation functions hope the..

Read more

Access control modifiers

Oct 28, 2013

One of the fundamental principles in OOP(Object Oriented Programming) is ‘encapsulation’. The idea is that you create cleaner and better code, if you restrict access..

Read more

.htaccess Tips and Tricks

Oct 22, 2013

Hi all here today we are going to see some useful .htaccess Tips and Tricks 1) Redirect your website visitors while you update or test..

Read more

Common PHP Errors & Fixes

Oct 17, 2013

Working with PHP, we often face few common problem and errors related to PHP script such as white page of syntax error, unexpected errors, header already sent,..

Read more

How to Protect Your PHP Source Code

Oct 17, 2013

One of the main threat PHP developers face is that PHP is an interpreted language, means PHP source code is readable by anybody who downloads..

Read more