Tentang php dan mysql

Pengertian PHP-MySQL untuk Pemula

Tentang php dan mysql

Tentang php dan mysql

PHP merupakan bahasa pemrograman berbasis web. Umumnya PHP digunakan untuk membuat website yang dinamis. Bahasa pemrograman PHP biasanya disisipkan pada dokumen HTML tetapi tag HTML juga bisa disisipkan pada PHP. Lalu apa pengertian MySQL? MySQL merupakan sebuah perangkat lunak sistem manajemen basis data SQL (bahasa Inggris: database management system) atau DBMS yang multithread, multi-user. Intinya Sistem yang digunakan untuk mengolah database.

Pengertian Dasar PHP ?

  • PHP merupakan kepanjangan dari PHP: Hypertext Preprocessor
  • PHP adalah bahasa skrip server-side (terletak di server) bukan client.
  • Skrip PHP hanya tereksekusi di Server, server akan memberi respon dalam HTML.
  • PHP mendukung banyak database (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, dll.)
  • PHP adalah perangkat lunak open-source atau source kodenya terbuka.
  • PHP itu GRATIS dan BEBAS dipakai siapapun.

Sekilas tentang File PHP?

  • File PHP bisa berisi teks, tag HTML,  skrip PHP itu sendiri dan juga databese query seperti MySQL, Postgree,dll atau kombinasi semuanya.
  • Dengan bantuan webserver, file PHP disampaikan ke browser ke dalam bentuk HTML
  • File PHP biasanya berekstensi .php, .php3, .php4, .php5, .phps, maupun .phthml

Sekilas tentang MySQL

  • MySQL adalah perangkat lunak server database.
  • MySQL mendukung penuh standar bahasa SQL yang berlaku.
  • MySQL cukup ideal untuk aplikasi kecil maupun berskala besar.
  • MySQL tersedia di banyak platform atau sistem operasi baik windows maupun linux.
  • MySQL itu GRATIS dan BEBAS dipakai oleh siapapun.

Sumber: http://seputarti.com/php/pengertian-php-mysql-untuk-pemula.html

IT Learning Center mengadakan
Training Building Web Application with PHP & MySQL
pada tanggal 5 – 8 Maret 2018
(Fix Running)
berlokasi di
AMG Tower Lt. 17
Jl. Dukuh Menanggal No. 1 A
Gayungan – Surabaya
Segera Daftarkan diri anda ke Contact Person Kami
Nisrina | [email protected] | 08111798349

Request Presentation

Tentang php dan mysql

Layanan Kalibrasi

Tentang php dan mysql

Download Jadwal Training 2022

Proxsis TV


With PHP, you can connect to and manipulate databases.

MySQL is the most popular database system used with PHP.


What is MySQL?

  • MySQL is a database system used on the web
  • MySQL is a database system that runs on a server
  • MySQL is ideal for both small and large applications
  • MySQL is very fast, reliable, and easy to use
  • MySQL uses standard SQL
  • MySQL compiles on a number of platforms
  • MySQL is free to download and use
  • MySQL is developed, distributed, and supported by Oracle Corporation
  • MySQL is named after co-founder Monty Widenius's daughter: My

The data in a MySQL database are stored in tables. A table is a collection of related data, and it consists of columns and rows.

Databases are useful for storing information categorically. A company may have a database with the following tables:

  • Employees
  • Products
  • Customers
  • Orders

PHP + MySQL Database System

  • PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)

Database Queries

A query is a question or a request.

We can query a database for specific information and have a recordset returned.

Look at the following query (using standard SQL):

SELECT LastName FROM Employees

The query above selects all the data in the "LastName" column from the "Employees" table.

To learn more about SQL, please visit our SQL tutorial.


Download MySQL Database

If you don't have a PHP server with a MySQL Database, you can download it for free here: http://www.mysql.com


Facts About MySQL Database

MySQL is the de-facto standard database system for web sites with HUGE volumes of both data and end-users (like Facebook, Twitter, and Wikipedia).

Another great thing about MySQL is that it can be scaled down to support embedded database applications.

Look at http://www.mysql.com/customers/ for an overview of companies using MySQL.



Apa yang dimaksud dengan PHP dan MySQL?

PHP sendiri sebenarnya merupakan singkatan dari “Hypertext Preprocessor”, yang merupakan sebuah bahasa scripting tingkat tinggi yang dipasang pada dokumen HTML. MySQL adalah sebuah perangkat lunak system manajemen basis data SQL (DBMS) yang multithread, dan multi-user.

Apa itu PHP dan database?

Database adalah kumpulan informasi yang disimpan di dalam komputer secara sistematik sehingga dapat diperiksa menggunakan suatu program komputer untuk memperoleh informasi dari basis data tersebut.

Apa itu PHP dan fungsinya?

Dilansir dari PHP.net, PHP merupakan singkatan dari Hypertext Pre-processor, yang sebelumnya berasal dari Personal Home Pages. PHP adalah bahasa skrip untuk keperluan umum open source yang banyak digunakan dan sangat cocok untuk pengembangan web, serta dapat disematkan ke dalam HTML.

Jelaskan apa itu PHP?

PHP adalah singkatan dari "PHP: Hypertext Prepocessor", yaitu bahasa pemrograman yang digunakan secara luas untuk penanganan pembuatan dan pengembangan sebuah situs web dan bisa digunakan bersamaan dengan HTML. PHP diciptakan oleh Rasmus Lerdorf pertama kali tahun 1994.