$_SESSION['result'] = '2011-08-14 20:34:12';
echo $dateTime = "$_SESSION['result'] +1 hour";
Expect output: '2011-08-14 20:34:12 +1 hour'
I know there is error on the double quotation, but don't know how to fix it. Can anyone help me out? It would be really appreciate anyone can give some explanation, Thanks!