How to retrieve Alexa rank of any website using php
While I was browsing through web I came across this code. It retrieves alexa rank of any website. The whole script is ready. All you need to do is just change the name of the domain of which you want the alexa rank. You can integrate it with your website or can use it as an API.
16 Most Commonly used Free PHP Chat Scripts
Hi, here I am posting 16 most commonly used php chat modules. They are useful for web developers. Few of them are so simple that even a lay man can install them.
TinyURL Encode and Decode with the help of PHP and CURL
TinyUrl.com is the most common site used for url encoding. In this tutorial I will show you how to encode an url and decode it on your own website. This code is basically divided into two functions, first one to encode the url and second one to decode the url.
Simple Calculator in PHP with basic calculator functions
Hi, here I am posting code snippet of a simple calculator which performs basic functions like add, subtract, divide, multiply of two numbers and also square, square root and cube of a number. No database is used for creating this calculator. A class named “calc” is defined in this which has the above said methods and when they are called the calculation is done according to them. It is really helpful for learning purpose. This [...]
Open Source Invoicing Software ? BambooInvoice
What is BambooInvoice ? BambooInvoice is free Open Source invoicing software intended for small businesses and independent contractors. Our number one priorities are ease of use, user-interface, and beautiful code.
What are class, methods, objects and instance in PHP – Object Oriented Concepts
Class Basic class definitions begin with the keyword class, followed by a class name, followed by a pair of curly braces which enclose the definitions of the properties and methods belonging to the class.
How to secure $_GET or $_POST from vulnerabilities in PHP
Hi, in this post I am sharing with you “How you can save your website or your project from vulnerabilities which can be caused using POST and GET variables. To explain it in detail you should know what is GET and what is POST.
10 Most Important PHP Code Snippets for Web Developers
Here in this Post I am sharing some most important PHP code snippets which are used in day to day life of web developer.

An article by












