May 2014
Simple Captcha code in Php and Javascript
In websites ,captcha is used to find if you are human being or machine. In most cases captcha using in forms like (contact form,Registration form etc…).In this tutorial I have create a very simple captcha code in PHP and javascript. Live Demo Download First I create a new file called contact.php .this file contains html contact […]
1 min read
How to check Php version
Hello Friends,Today I am share about how to check php version in localhost and server. If you are developing a php application using wamp ,xamp etc,some new php function are not worked or some modules are not enabled(ex:curl). In that case we need to check php version. Simple way to check php version in localhost. […]
1 min read