Tag Archives: php

PHP – replace line in a file

The Task Now I am working with drupal. For some reason I had a requirement to change some particular lines using the line numbers. Say, I have a css file. Line number I need to change line number 2, 6 … Continue reading

Posted in PHP, Tutorial | Tagged , , , , , | 1 Comment

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 , , , , , , , , | 10 Comments

Start Cakephp – How to use shell/console/bake

Before Start This will give an idea to start with cakephp. Here are some details of how to install cakephp, baking a simple application to add, view, edit, delete data with cakephp 1.3.

Posted in PHP, Tutorial | Tagged , | 5 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 , , , , , | 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 , , , , , | 199 Comments