PHP Constants Containing Arrays? – Stack Overflow

mysql – How to return multi-count of specific values – Stack Overflow

sql – How do I check if a column is empty or null in mysql – Stack Overflow

PHP Forms Validate E-mail and URL

function dump(obj) {
var out = “;
for (var i in obj) {
out += i + ”: “ + obj[i] + ”n";
}

alert(out);

// or, if you wanted to avoid alerts…

var pre = document.createElement(‘pre’);
pre.innerHTML = out;
document.body.appendChild(pre)
}