PHP Articles
Monday, November 16th, 2009
An alternative solution for people who want to determine whether a JavaScript is enabled or disabled to run different code on their server scripting language.
Friday, November 6th, 2009
Developer often search for form validation rule on search engine and the process of doing that is always repeated. Rather than always searching for the exact same solution, we can speed up our development process by eliminating the searching processing with this article where all validation snippets is being demonstrated.
Thursday, October 15th, 2009
A simple explanation on Paypal Express Checkout integration that can really assist you during your paypal development
Wednesday, September 30th, 2009
In this article we present different ways to check whether a particular url, email or image link can be verified through PHP.
Monday, September 7th, 2009
An attack even GMail, Wikipedia and Digg experienced before. Cross-site request forgery attacks which is also known as CSRF, if neglected might caused serious damage to your user accounts. In this article, we talk about CSRF and solutions for both users and developer that can undertake to minimize or eliminate these damage.
Tuesday, September 1st, 2009
In this article, we talk about the actual and scenario of session fixation attacks and how they are actually being initialized. Once we understand how each attack is being done, we will talk about the solutions for each attack.
Friday, August 28th, 2009
Cross site scripting attack also known as XSS is a well known attack known by many developers. However, you might be interested on some real attack that can be used against a system with XSS in this article and how you can protect against yourself in such situation.
Saturday, August 22nd, 2009
SQL Injection attack post a very harmful threat to our web business. Reducing and eliminating such attack can be easily be done effortlessly. Checkout these solutions which you might have missed during your development! Prevent SQL Injection attack NOW!