Posted May.05, 2010 under
PHP
XAMPP (Apache Mysql PHP Perl) is an integrated software for PHP developer. It’s only for Windows OS.
In Linux OS, in the past this software was called LAMPP but to avoid misconceptions we renamed it to “XAMPP for Linux”. So if you are seeking for LAMPP you’re on the right track. Read More »
Posted May.03, 2010 under
PHP
Do you know favicon? Favicon is icon in your browser’s location bar. If someone bookmarks your website (ie puts it in their “Favorite” menu), it associates a particular icon with your website in the bookmark.
Now, I will give you some tips to change the site favicon in your joomla CMS framework. Read More »
Posted May.02, 2010 under
PHP
Hi all, In this section i want to share about PHP and Mysql server if they are located at different host. Do you have php server? Do you have mysql server? Where are they located? I think there is no anything to configure if you have PHP and mysql server in same host. Try to to separate them! See what happened! I think you couldn’t to access mysql server in your PHP server. If you are able to access mysql server, then you are on the correct setting and vice versa. Read More »
Posted Mar.04, 2010 under
PHP
Mungkin kita sudah tahu semua kalau kita mau memulai ngoding PHP kita harus membukanya dengan tag <?php dan menutupnya dengan ?> . Namun kadang kala mungkin ada yang membuka tag php dengan <? dan menutup dengan ?> . Apakah yang membedakan ?
Sebenarnya ini tergantung dari settingan php dalam server kita. Lebih tepatnya settingan ini terdapat dalam file php.ini. Jika kita menggunakan xampp file ini terdapat dalam directory “xampp\apache\bin\php.ini”. Read More »