Category: PHP
PHP to read RSS feed XML
I very rearly, use feeds, i prefer to go to my favourite website and see what is going on instead of downloading their content to my computer with some RSS reader. However the fact is feeds are getting popular and people are searching for a ways to access and easily automatically parse those feeds with [...]
PHP manual with all PHP Sample’s – Free Download
The PHP manual is available in a selection of languages and formats. Pick a language and format from the table below to start downloading. Notes to read before you download The English version should be considered the most accurate, since
Poll with Jquery,Javascript and Php
When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we’ll create a poll using PHP and XHTML, then make use of some jQuery Ajax effects
Online Poll script using PHP, MySQL
Polls are used to get the opinions of the visitors on different options and issues. We will use PHP to develop one on line poll script. We will use MySQL database to store the questions and answers. Here we will take care that on
Server Side Form Validation using Regular Expressions
Server Side Form Validation using Regular Expressions, one of the reader commented like this “If I disable Javascript?”. So in this post I given a simple example about “Server Side Form Validation using Regular Expressions “. Click here to
Delete Records with Animation Effect using jQuery and Ajax
In this post I want to explain delete records with random animation(slideup and fadeout) effect using jQuery framework. Very simple code just 10 lines. Click here to Download delete_record_random code Database Table Code A simple
Load More Results with jQuery and Ajax
Twitter and Facebook using very nice technique for loading more tweets and updates, when you click the more button old tweets display on the screen. In this tutorial I had coded very simple and understanding way. I hope it’s useful take
Jquery Add Fields Form Submit using with PHP
How to submit jquery duplicate/Add field values to form with PHP. It’s very basic level code, I had implemented this using relCopy.js jquery plugin to duplicating the existing field. We hope it’s useful for you. Clikc here to Download clone_