Category: PHP

jQuery Autocomplete Example Demo

Jquery autocomplete php mysql example

After getting more and more request for Jquery autocomplete php mysql example from Create Ajax Search Using PHP MYSQL and jQuery tutorial,  Finally I have completed this last night. Jquery autocomplete php mysql example Lets start, In this tutorial we will us jQuery plugin: Autocomplete Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and [...]

EG4d0

How to Create Custom RSS Feed Using MySQL and PHP

A RSS (Really Simple Syndication) feed is a XML-based format for your content. Most blogging platforms, for example, will have an RSS feed built in. Whenever you start publishing posts, your latest posts will be updated in the RSS feed. Visitors to your website can subscribe to your blog’s RSS feed in an RSS reader [...]

funny-questions-with-funny-answers-on-stackoverflow

Funny questions with funny answers – stackoverflow

Stack Overflow is a programming Q & A site that’s free. Free to ask questions, free to answer questions, free to read, free to index, built with plain old HTML, no fake rot13 text on the home page, no scammy google-cloaking tactics, no salespeople, no JavaScript windows dropping down in front of the answer asking for [...]

MySqlToCSV

How To Export MySql To CSV ?

In most of project mostly clients wants to export their database in to CSV / Eecel file. It will help us to make a simple record or in future we can also import the same data in to MySql database. In this article, I will explain you How To Export MySql To CSV ? very easily. Download   [...]

Getting Start With CakePHP.

Getting Start With CakePHP – Beginner Tutorial

CakePHP CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code. In this tutorial i have explained basics of CakePHP. How [...]

cakephp-development-banner

Getting Start With CakePHP and jQuery

Tutorial Details Program: CakePHP Version (if applicable): 1.3.14 Stable + Difficulty: Intermediate Estimated Completion Time: 30 – 45 minutes In this Tutorial, i will teach how to use JQuery in CakePHP to do ajax save. The final task is to save a record through Ajax using JQuery. Table Of Content Creating Database Creating View File Creating Controller Action [...]

Create Ajax Search Using PHP jQuery and MYSQL

Create Ajax Search Using PHP MYSQL and jQuery

This tutorial shows how to create simple and attractive Ajax based search using PHP, jQuery, MySQL and Ajax. Demo File Structure  Download First of all create database ajax_demo , then create table ajax_search. CREATE TABLE `ajax_search` ( `id` int(11) NOT NULL auto_increment, `FirstName` varchar(50) NOT NULL, `LastName` varchar(50) NOT NULL, `Age` int(11) NOT NULL, `Hometown` varchar(50) [...]

Ads

LogoDealz
Recommend on Google

Write For Us


If you are a web designer/developer, graphic designer or even an experienced blogger, perhaps you would you like to share some of your knowledge or expertise with the readers of WebDesignerGeeks. Find out more »