Open Applications > Accessories > Terminal and apply following command, php -iRead more »

The Magician Of Linux
Open Applications > Accessories > Terminal and apply following command, php -iRead more »
Xdebug is a PHP extension for powerful debugging. It supports stack and function traces, profiling information and memory allocation and scr...Read more »
If you get PHP Warning: mysql_connect(): No such file or directory and unable to connect mysql through php then change localhost to 127.0.0....Read more »
if you get The mysqli extension is missing. Please check your PHP configuration error in phpmyadmin follow two steps 1. install php-mysql in...Read more »
After installing all the prerequisites for setting up PHP environment like installing LAMP server, installing PhpMyAdmin we are now able to ...Read more »
PHP is a general-purpose server-side scripting language originally designed for Web development to produce dynamic Web pages. It is one of t...Read more »
phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a Web browser. It ca...Read more »
courtesy http://myphpscriptz.com LAMP is an acronym for a free, open source software, referring to the first letters of Linux (operating s...Read more »
Pada tulisan ini saya akan mencoba menerangkan langkah-langkah menginstall modul OCI8 untuk PHP5 sehingga PHP bisa melakukan koneksi ke data...Read more »
Hari ini saya membaca artikel yang sangat menarik di asktom tentang keuntungan dan kerugian menyimpan file ke dalam database . Tom menjawab...Read more »
Beberapa jam yang lalu seorang teman bertanya tentang kode PHP untuk menjumlahkan dua string jam dan menit. Saya coba cari di google tapi t...Read more »
Tahun lalu sewaktu saya membutuhkan module oracle untuk PHP, saya perlu melakukan kompilasi php sendiri dari source code saat itu. Proses ko...Read more »
My mailserver was very slow when more than 10 users accessing it simultaneously. It uses squirrelmail as the front-end for webmail. As you ...Read more »