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.

Konfigurasi Apache untuk WAP

Sunday, January 6, 2008 ·


Bagi yang ingin mengembangkan program wapsite dengan menggunakan Wireless Application Protocol (WAP) dan PHP, itu mudah saja yang jelas webserver kmu harus mendukung untuk wapsite, adapun jika ingin menkonfigurasi sendiri webserver apache kmu supaya bisa mendukung tipe ekstensi program yang bisa digunakan untuk wap, adalah dengan memberikan penambahan parameter yang menyatakan dukungan untuk WAP. ekstensi-ekstensi program WAP yang digunakan antara lain adalah .wml, .wbmp, .wmls, atau .php. untuk memulai bagaimana caranya menkonfigurasi webserver apache agar bisa mendukung WAP, yaitu dengan memberikan parameter tambahan pada file httpd.conf , sebagai bahan praktek sekarang kmu bisa mencoba menkonfigurasi file httpd.conf dikomputer kmu adapun langkahnya sebagai berikut:

1. Menginstal webserver apache, bisa dengan php triad ataupun AppServ klo saya lebih enak menggunakan AppServ.
2. Buka file httpd.conf , letak filenya berada pada C:\AppServ\Apache2.2\conf tergantung versi AppServ yang kmu instal kemudian tambahkan parameter dibawah ini dan letakan pada baris setelah parameter AddType yang berhubungan dengan php.
—————————————————
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
#Tambahan parameter untuk wap disini
AddType application/x-httpd-php .wml
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbp .wbmp
AddType text/vnd.wap.wmlscript .wmlsc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlc .wmlc
AddType application/vnd.wap .wmlscriptc
AddType text/vnd.wap .wmlscript
AddType text/vnd.wap .wmlscript
—————————————————
3. Setelah itu save file httpd.conf kemudian restart apache nya.
4. Untuk men-tesnya kmu bisa menggunakan Emulator WAP seperti Openwave Phone Simulator atau M3Gate silahkan download dulu dan install dikomputer kmu kemudian buat satu halaman wapsite dengan menggunakan bahasa pemrograman WML dan simpan filenya pada root direktori biasanya secara default berada dilokasi C:\AppServ\www

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