Tampilkan postingan dengan label php. Tampilkan semua postingan
Tampilkan postingan dengan label php. Tampilkan semua postingan

Selasa, 20 September 2011

Make Form and Simple Captcha Code in PHP

Now i want to share about how to make simple form and Captcha use PHP for your website but what for is Captcha actually ? wait a minute, i'm searching it....^_^
Captcha is a type of challenge-response test used in computing as an attempt to ensure that the response is generated by a person. hmm... i doubt about this, do you think animal or tree can make Facebook account ? hhahaha...
this is what i found in Wikipedia.

Sabtu, 17 September 2011

10 Fatal Mistakes MySQL Made by PHP Programmers

A database is a fundamental component for most web applications. If you’re using PHP, you’re probably using MySQL–an integral part of the LAMP stack.

PHP is relatively easy and most new developers can write functional code within a few hours. However, building a solid, dependable database takes time and expertise. Here are ten of the worst MySQL mistakes I’ve made (some apply to any language/database)…