-
September 26, 2011 You should now have a better understanding regarding what are “PHP classes, objects, methods, properties” and how it relates to...
Read More
-
August 26, 2011 You might read our introductory tutorial on how to learn PHP Object oriented programming (OOP). Let’s start digging deeper into...
Read More
-
August 25, 2011 This is a complete beginner tutorial on PHP object oriented programming. This tutorial assumes you do not have any single...
Read More
-
July 13, 2011 Want to learn secure authentication of user logins? To implement this script: 1.) Download it first. 2.) Unzip the script....
Read More
-
June 27, 2011 Denial of service attacks are a big problem especially for big websites with high level of traffic. If you still...
Read More
-
May 23, 2011 Beginner will often think PHP is completely different from HTML. Of course, it is correct. PHP is executed in the...
Read More
-
May 1, 2011 There are so many PHP frameworks released open source. This provides an almost limitless options for PHP developers. However, a...
Read More
-
April 2, 2011 If you need to read a file then stream it to the browser, then you need to use PHP readfile...
Read More
-
March 13, 2011 This is a useful security audit check list that you must do to secure your website as much as possible...
Read More
-
March 1, 2011 The mysql_real_escape_string function is a very important PHP function in preventing MySQL injection attacks in PHP web applications. This short...
Read More
-
February 28, 2011 Before you read and criticize further, there is no such thing as perfect security. Every countermeasure has its flaws, the...
Read More
-
January 28, 2011 One of the most important tasks as a webmaster is automating periodic jobs in your server. This not only saves...
Read More
-
January 24, 2011 If you are not still aware; this server variable: $_SERVER["REMOTE_ADDR"] cannot detect real IP address of the user if it...
Read More
-
January 20, 2011 One of the most important requirement before you can use any file reading PHP functions such as fopen, file_get_contents, readfile,...
Read More
-
January 9, 2011 Aside from this PHP developer website, below are the important websites where beginners and novice PHP programmers should check out...
Read More
-
December 31, 2010 Of course no one likes to have their website hacked and defaced. It is why your main priority as a...
Read More