Category
Keyword Search
- accordion
- ajax
- apple
- autocomplete
- cakephp 1.3
- change line
- did you mean
- edit css
- file
- fopen
- fwrite
- google apps
- iphone
- Javascript
- jquery
- jquery most wanted
- menu
- mlink
- mobile
- mootools
- news
- pagination
- pagination with php
- paging
- paging with php
- payment gateway
- php
- PHP &/ Mysql
- php class
- php pagination
- php paging
- polldaddy
- polls
- resolution
- screen
- shopping
- solution
- testimonial
- ticker
-
Join 47 other subscribers
Links
Tag Archives: PHP &/ Mysql
PHP pagination class
About PHP Pagination class This is a pagination class in PHP. This will be useful for pages showing table content from database page by page.
Posted in PHP, Tutorial
Tagged pagination, pagination with php, paging, paging with php, php, PHP &/ Mysql, php class, php pagination, php paging
10 Comments
Ajax Autocomplete – Part 2 – with name and value
In the previous post Ajax Autocomplete – Jquery PHP Mysql Johnny and Tariq asked how to get the id. With some changes we can store the value in a hidden field. Please refer the previous post before reading this…
Posted in Ajax, Jquery, PHP, Tutorial
Tagged ajax, autocomplete, Javascript, jquery, php, PHP &/ Mysql
107 Comments
Ajax Autocomplete – Jquery PHP Mysql
Before Start The aim is to design an auto complete script for text box in ajax using Jquery, PHP, Mysql. I have searched for the script, and i have found a simple autocomplete plugin here http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ and you can find … Continue reading
Posted in Ajax, Jquery, PHP, Tutorial
Tagged ajax, autocomplete, Javascript, jquery, php, PHP &/ Mysql
199 Comments
PHP – similar did you mean script – Part 1
Problem A year back, i have been searching for the did you mean script on word searching, like in the google search. But, it seemed all were more complicated, and need the complete dictionary database. Then i skip the concept. Last week, … Continue reading
Ajax Pagination with Anchor Navigation
In the previous tutorial there is a drawback, we can not go to a specific page directly, we can not give a link to a user to view a particular page. I have faced this problem in many places while … Continue reading
Ajax Pagination with Jquery,PHP,Mysql
This is my first experiment in Ajax (I don’t know how to explain this, many thanks if experts give me some tips). Many thanks to http://yensdesign.com , this post http://yensdesign.com/2008/12/how-to-load-content-via-ajax-in-jquery/ of him just give me an idea to do this. … Continue reading