PHP

Test Gratis SMS Gateway

Jan 1st, 2007 | By kadek | Category: Gateway, PHP

Tittle yang aneh..,Saya baru punya ide untuk mencoba sms gateway yang saya buat dengan GAMMU dan PHP MySQL namun HP yang pakai untuk Modem tidak ada pulsa sama sekali. eeeeem bagimana caranya supaya kita tahu bahwa SMS Gateway yang saya buat tadi sudah bisa kirim dan terima SMS. Yaa.. saya coba kirim SMS ke [...]



Tools and Libraries for Sending and Receiving SMS Messages with a Computer

Dec 30th, 2006 | By kadek | Category: Gateway, PHP

Hyperlinks to some free software, tools and libraries for sending and receiving SMS messages with a computer / PC are listed below. Many of the software, tools and libraries shown below are not only free, but are open source.
For Non-Developers
Microsoft SMS Sender
Microsoft SMS Sender is a piece of free Windows software that can be used [...]



Validating email address

Oct 23rd, 2006 | By kadek | Category: PHP

< ?php
function ValidEmailAddress($address) {
$regex = '/^[A-z0-9][w.-]*@[A-z0-9][w-.]+.[A-z0-9]{2,6}$/\';
return (preg_match($regex, $address));
}
?>



Virtual Host pada server lokal

Oct 13th, 2006 | By kadek | Category: PHP

Buka httpd.conf pada direktori C:/Apache2/conf/ (Win XP).
Tambahkan pada httpd.conf

NameVirtualHost 127.0.0.1
ServerAdmin admin@virtualhost.com
DocumentRoot D:\www\dir\wirya.com
ServerName www.virtualhost.com
ServerAlias www.virtualhost.com *.www.virtualhost.com

Sesuaikan dengan document root Anda/ folder yang menyimpan file yang akan diakses lewat virtual host.
buka file host pada direktori C:/Windows/System32/Driver/etc/
Tembahkan ini 127.0.0.1 [...]



PHP and MYSQL Free Hosting

Jul 11th, 2006 | By kadek | Category: PHP

PhpNet.us specializes in high speed PHP & MySQL web hosting with no limitations. Our free hosting plans have a large capacity to host anything from a personal Blog to a fully functioning E-Commerce web site.
We use state of the art hardware for our web servers so you can be sure that your web site [...]



Script Gratis untuk Situs Anda

Jun 21st, 2005 | By kadek | Category: Internet, PHP

Salah satu hal yang menyenangkan dalam membangun situs, Anda tak perlu membuat sendiri setiap fasilitas yang tersedia. Anda cukup membangun script dasar yang berfungsi untuk meng-update konten. Selebihnya untuk fasilitas-fasilitas tambahan seperti polling, buku tamu, email form, tagboard, dan sebagainya, Anda bisa memanfaatkan layanan gratis yang banyak tersedia di internet.
Memang, lebih afdol jika semua fasilitas [...]