Post by tag: programming php

php: array_key_exists or isset
we all know array_key_exists is a function and _isset_ is a keyword, later, i think array_key_exists and _isset_ in PHP is a same or array_key_exists is shortcut for isset. But when i read on php …

Using keyword as method in PHP
As we know, we can’t use keyword like if, while in common language programming as function, method or variables, neither does in PHP Programming. Last time, i agree with this condition, but when …

PHP: Menghitung lama eksekusi sebuah skrip
![](http://2.bp.blogspot.com/-JLzChwOBXv4/T0d_Jj8_HYI/AAAAAAAAArA/BGcIwYJeqeQ/ s1600/time.png) Untuk apa menghitung lama eksekusi sebuah skrip? Alasan utama adalah performance dari skrip yang dibuat, …

How to fill constant with array in PHP
Create a constant variable in PHP so easy, we can use keyword define, followed by name of constant and constant value, or we can adding once more argument (boolean true) to identified that is …

Panada: Membuat Halaman Login Dengan Session
![](http://2.bp.blogspot.com/-a-2NfNOb_PY/Tf2qlSBZr7I/AAAAAAAAAl4/wjUcZZBoE84/ s1600/lock.png) Membuat login menggunakan Panada Framework tidak begitu sulit, kalo ini saya mencoba untuk membuat …