Simple Back To Top WordPress Plugin
Hi Guys, Phpboys create a another new wordpress plugin simple back to top. Now a days websites have infinite scroll, Use this plugin user easily go to top of the page from bottom. You can download this plugin here Download Now. 1. Unzip the plugin first.2. Put to wp-content -> plugins folder or3. upload plugin zip […]
Simple Google Contact Map Plugin WordPress
Hi Folks , phpboys created a new simple google contact map plugin, First download the plugin here Download. Once downloaded follow the below steps. 1. Unzip the plugin first. 2. Put to wp-content -> plugins folder 3. or 4. upload plugin zip file via wordpress admin -> Plugins -> Add New 5. Once Upload Finished, […]
Add Edit Update Delete Using Php and Mysql
Hi Guys, Every web programming language have database operations. A very basic database operations are add,edit ,update and delete database records. In this tutorial I have to teach how to add ,edit,delete,update a record using php and mysql. Live Demo Download I have to add basic student details in database.I create and use four files to […]
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 […]
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. […]