PHP

PHP: Hypertext Preprocessor) is a computer scripting language, originally designed for producing dynamic web pages. It is mainly used in server-side scripting, but can be used from a command line interface or in standalone graphical applications.

While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification. Released under the PHP License, the Free Software Foundation considers it to be free software.

PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge.[5] PHP is installed on more than 20 million websites and 1 million servers, although the number of websites with PHP installed has declined since August 2005.It is also the most popular Apache module among computers using Apache as a web server.The most recent major release of PHP was version 5.2.6 on May 1, 2008.

Konsep Multi Tier Application

Friday, January 4, 2008 ·

Konsep Multi Tier Application
Aplikasi internet berbasis web adalah salah satu penerapan multi tier application.
Multi tier application adalah aplikasi yang dibagi menjadi beberapa
bagian yang menjalankan fungsi masing-masing. Secara umum, ada tiga
bagian utama dari multi tier application:
* Client side presentation
* Server side business logic
* Backend storage
Client Side Presentation
Client side presentation mengatur bagaimana aplikasi berinteraksi
dengan user. Yang dimaksud dengan interaksi antara lain adalah:
bagaimana data ditampilkan, bagaimana fungsi dan fitur aplikasi
ditampilkan.
Dalam aplikasi berbasis web, client side presentation dibuat dengan
bahasa HTML, CSS, dan JavaScript. Beberapa tool yang digunakan untuk
membuat client side presentation diantaranya Microsoft Frontpage,
Macromedia Dreamweaver, dan sebagainya.
Client side presentation berbasis web contohnya adalah tampilan aplikasi
email yang kita buka dengan browser.

Server Side Business Logic
Server side business logic, sering disebut juga middle tier, adalah bagian
yang bertanggung jawab atas cara kerja aplikasi. Di dalamnya kita
mengatur bagaimana fungsi dan fitur aplikasi dapat bekerja dengan baik.
Dalam aplikasi berbasis web, ada beberapa alternatif yang dapat
digunakan, ditentukan oleh jenis platiform yang digunakan. Alternatif ini
akan dijelaskan lebih detail pada bagian selanjutnya.

Back End Storage
Bagian ini mengatur cara penyimpanan data. Penyimpanan data
merupakan materi yang cukup kompleks dalam pembangunan aplikasi.
Karena kecepatan, keutuhan, dan keamanan data merupakan faktor kritis
dalam aplikasi.
Ada banyak solusi database yang tersedia di pasaran. Pada umumnya,
database yang digunakan bertipe relasional (Relational Database
Management System – RDBMS). Manajemen data dilakukan dengan
bahasa SQL (Standard Query Language).

Site Sponsors

About this blog

Selamat datang Di Blog PHP & MYSQL
Blog ini akan membahas tentang PHP manual, Tutorial PHP, TIPS & TRIKS PHP, Keamanan Code-PHP, Function PHP, Class PHP...

Blog ini juga membahas dasar-dasar Belajar PHP , belajar basis data atau database MySql, memanipulasi data MySql, script untup convert Mysql to Text, convert text to MySql dengan PHP, report dengan PDF, report dengan Excel, dan Aplikasi Barcode dengan PHP, dan beberapa contoh-contoh script yang bisa di implementasikan....

XML

The Extensible Hypertext Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but also conforms to XML syntax.
Adsense Indonesia

REQUEST TUTORIAL PHP