Php Autocomplete Text Box With Jquery-1.4.2 And Mysql

23 Agustus 2010 oleh Asep Sudiyono

Php Autocomplete Text Box With Jquery-1.4.2 And Mysql. It’s very cool, we can create the auto suggest text box like google search text box with JQuery 1.4.2. Auto suggest will show when we typing on the text box, And data in auto suggest is result from mysql query. Simple but need to be focus when you build it :D .
The first step to create it is :
Create file index.html and fill with this code :

Polling sms menggunakan gammu, mysql dan php

18 Juli 2010 oleh Asep Sudiyono

Polling sms menggunakan gammu, mysql dan php. Sering liat kan sms polling, misal > ketik IDOL securesh Kirim ke 9900. Nah kita akan mencoba membuat penampungan sms dari pengirim yang nantinya akan langsung dapat menghitung jumlah vote dan yang lainnya. Sms polling sederhana memanfaatkan gammu-smsd(gammu) , PHP dan mysql serta modem GSM ini berkaitan dengan post saya yang sebelumnya. Jika anda belum mengerti apa itu gammu anda bisa mencari tahu apa itu gammu terlebih dahulu atau anda bisa membaca di post terdahulu saya di sini. Karna post ini sangat erat berhubungan dengan post Run-gammu-smsd-with-gsm-modem-in-windows-xp-2.

PHP Extract Zip File

5 Juni 2010 oleh Asep Sudiyono


PHP Extract Zip File. This article is a continuation of previous articles php create zip file. Once we can create zip file with php, then we will extract the zip file. If you have not to read php create zip file, please read it.

PHP Create Zip File

2 Juni 2010 oleh Asep Sudiyono

PHP Create Zip File. Something needs to be considered when creating a zip file using php is already loaded or not the zlib library by php runtime. With zlib enables you to transparently read or write ZIP compressed archives and the files inside them.

Requirements
PHP 4
The bundled PHP 4 version requires » ZZIPlib, by Guido Draheim, version 0.10.6 or later
PHP 5.2.0 or later
This extension uses the functions of » zlib by Jean-loup Gailly and Mark Adler.

PHP Create Zip File Function

To use these functions, make sure that zlib have been loaded by php runtime. Use this trick to find zlib has been loaded by php, create new file php (Ex:phpinfo.php), fill the file with this(without quote): “<?php phpinfo();?>“. Put it on the web folder then open with mozilla fire fox.