If ya don't use it you lose it and forgot to bring the
book to work with me.
$var1 = "2002-11-20";
$spc = " ";
$zero = "0"
$hour = "4";
how can I combine these strings together. I though you used the '+' operator but I am getting "2004" instead of
"2002-11-20 04" which is my desired result. Thanks in advanced.
book to work with me.
$var1 = "2002-11-20";
$spc = " ";
$zero = "0"
$hour = "4";
how can I combine these strings together. I though you used the '+' operator but I am getting "2004" instead of
"2002-11-20 04" which is my desired result. Thanks in advanced.