News

Mysql Chart

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 ...

Memakai MySQL dengan efektif dan efisien

Jum`at, 18 November 2011
Buat Anda para programer pemula yang memang masih awam dengan MySQL dan konsep database pada umumnya, tidak perlu minder atau khawatir. Di dunia IT yang bergerak serba cepat ini memang ada terlalu banyak hal yang harus dipelajari. Dan kebanyakan jadinya dipelajari sambil jalan, sambil dipraktikkan. Ketika mulai membangun CMS untuk satunet.com tahun 1999 pun, saya hanya punya skill terbatas tentang SQL: hanya tahu SELECT, UPDATE, DELETE, CREATE TABLE, dan DROP TABLE. Apa itu J...

Use PHP Database Connectivity to connect MySQL

Kamis, 10 November 2011
PHP is an open-source server scripting language. It is typically used in conjunction with database systems such as MySQL, which provides the back-end database functionality for database-driven websites. MySQL is a free database application that is used extensively with PHP-based Web application systems. To connect to a MySQL database, you need to use the PHP Open Database Connectivity (ODBC) function "odbc_connect" within specific syntax.   1. Launch Microsoft Wind...

Pengertian dasar PHP dan MySQL

Kamis, 10 November 2011
PHP merupakan open-server source bahasa scripting. Hal ini biasanya digunakan dalam hubungannya dengan sistem database seperti MySQL, yang menyediakan fungsionalitas database back-end untuk database-driven website. MySQL adalah aplikasi database gratis yang digunakan secara luas dengan PHP sistem berbasis aplikasi Web. Untuk terhubung ke database MySQL, Anda perlu menggunakan PHP Database Connectivity Terbuka (ODBC) fungsi "odbc_connect" dalam sintaks tertentu.