↧
PHP AJAX Live Search
AJAX can be used to create more user-friendly and interactive searches. AJAX Live Search The following example will demonstrate a live search, where you get search results while you type. Live search...
View ArticlePHP example – AJAX RSS Reader
AJAX RSS Reader An RSS Reader is used to read RSS Feeds. The following example will demonstrate an RSS reader, where the RSS-feed is loaded into a webpage without reloading: Select an RSS-feed:Google...
View ArticlePHP Example – AJAX Poll
The following example will demonstrate a poll where the result is shown without reloading. Do you like PHP and AJAX so far? Yes: No: Example Explained – AJAX Poll HTML Page When a user choose an...
View Article