PHP Captcha and reCaptcha options for web forms using javascript
Hi friends, This is a simple code to build a captcha code with recaptcha options with simple javascript and PHP code. Now...
Read More
XML crud operations using php
Hi friends,In this post i would like to explain about curd operations ( add, edit and delete ) data using xml file....
Read More
How to request a cross domain ajax with in the js file
Hi friends, In this post i going to explain about the how to cross domain ajax request with in the js (JavaScript)...
Read More
Multiple Upload files using php and javascript
Hi Friends, in this post i would like to explain about multiple upload files using javascript and php code. We can find...
Read More
How to get loaded modules in the server using php code
Hi friends, In this post i would like to explain how to get list of modules which are installed in the server...
Read More
How to include external js,css files with javascript
This post explains about how to include external javascript files (js files) and styles sheets (css files) using javascript. The following functions...
Read More
How to change order of display posts using php
Hi friends, In this post i would like to explain about how to change the order of placements using php code. It...
Read More
How to create rss feeds using php and mysql
In this post i want to explain how to create rss feeds using php code and get the data from mysql table....
Read More
Copy text from remote url using php code
The following script to copy the text from remote url using php code. This is simple copy text from another site, but...
Read More