MySQL Minggu, 11 Mei 2014 MySQL - INSERT IGNORE INTO When you try to insert a new record in MySQL and the primary key specified in the insert query already exists, then an error will occur an... Baca selengkapnya »
MySQL 22.05 INSERT INTO vs REPLACE INTO The MySQL REPLACE statement is a MySQL extension to the SQL standard. The MySQL REPLACE statement works like the INSERT statement with the... Baca selengkapnya »
php 21.43 PHP -Regular Expressions Regular expressions are a powerful tool for examining and modifying text. Regular expressions themselves, with a general pattern notation... Baca selengkapnya »
php 21.27 PHP $_SERVER $_SERVER is a PHP super global variable which holds information such as headers, paths, and script locations. The entries in this array a... Baca selengkapnya »
chemistry javascript 19.50 Javascript Periodic Table of the Elements Two steps to make the periodic system of elements with javascript Source Code Paste this source code into the designated areas. Paste... Baca selengkapnya »
login php 19.10 PHP Login Page Example This post for PHP beginners Login Page Example. I want to explain creating database, posting form values, storing the session value and de... Baca selengkapnya »
date php time 19.00 Create a Date With PHP Create a Date With PHP mktime() The optional timestamp parameter in the date() function specifies a timestamp. If you do not specify ... Baca selengkapnya »