hi experts,
always curious . why sometimes reference book use
simple quotation mark. sometime switch to double quotation mark. Does it matter in php?
e.g. define ('SQL_HOST','localahost');
however, in same define function i see double quotation in another source
define("CONSTANT", "Hello world.");
Thanks.