Does we can find the browser capabilities in PHP Read More
Exception handling in php  is used to modify the normal flow of code execution if a specified error occurs. When an exception is given , the following  code will not be executed, and PHP will try to find the appropriate "catch" block. If an exception is not caught, a fatal error will be displayed.Read More
Open Source Social Network (OSSN) is social networking software written in PHP. You can use it to create a social media website and to help your members establish social relationships with people who share similar professional or personal interests. It is available in 16 international languages.Read More
It is one of the major discussed question, how we can use google recaptcha in codeigniter.First we should need a google account to start. Login the corresponding gmail and access https://www.google.com/recaptcha/admin from your browser. Next you have to register the domain. After that you will get a site key and secret key. Herecomes the our […]Read More