Mysql Database
Membuat combox dinamis untuk pemilihan provinsi
Minggu, 29 September 2013
Salah satu tujuan utama pembuatan sistem informasi adalah menyajikan data yang akurat sesuai kebutuhan dari konsumen. Data yang benar tentunya akan menghasilkan laporan yang valid dan hal tersebut sangat tergantung dari bagaimana sebuah sistem menyajikan kemudahan bagi seorang administrator, user, konsumen, pelanggan, pengguna, operator atau siapapun yg terlibat dalam sebuah sistem tersebut.
Contoh sederhana dari suatu sistem yang baik adalah pengisian fo...
Konfigurasi Barcode Scanner untuk PHP dan MySQL
Rabu, 16 Januari 2013
Saya akan mencoba mengungkapkan salah satu kegunaan AHAH. Saya yakin semua mengetahui barcode reader. Alat ini sangat lazim digunakan di usaha perdagangan ataupun perkantoran untuk membaca barcode yang biasanya berupa kombinasi angka mewakili nama barang atau produk tertentu di database. Apabila anda di depan kasir sebuah minimarket, barcode reader akan sangat bermanfaat untuk mempercepat proses penghitungan total belanja. Dan jarang sekali atau hampir tidak pernah di layar ...
How to secure a database
Rabu, 12 Desember 2012
This practical, hands-on training and reference guide is perfect for developers who need to learn MySQL. Written by Joel Murach, the author of bestselling “Java Servlets and JSP” and “PHP and MySQL” books, this is exactly the database book that web developers should have on their desks.
As you would expect, this book shows how to code all of the essential SQL statements for creating and working with a MySQL database. But beyond that, this book also sho...
Building a Website with PHP, MySQL and jQuery Mobile
Selasa, 17 Januari 2012
In this two-part tutorial, we will be building a simple website with PHP and MySQL, using the Model-View-Controller (MVC) pattern. Finally, with the help of the jQuery Mobile framework, we will turn it into a touch-friendly mobile website, that works on any device and screen size.
In this first part, we concentrate on the backend, discussing the database and MVC organization. Next time, we will be writing the views and integrating jQuery Mobile.
DEMO - DOWNLOAD - URL
Creating Automatic MySQL Database backups
Jum`at, 18 November 2011
Every database needs to be backed up and if you're currently doing it manually you can stop because there's a simple solution using PHP. With this script you can either pass a specific table to backup or choose to backup the whole database.How to implement
The best way to use the script below is to copy the code and put it in a folder called ‘database_backups' as shown below. Then whenever you call the backup.php file it will create a database backup which is stored on ...