|
|
Sergey Kornilov admin 10/17/2013 |
|
A few ideas of how you can make it work.
$_SESSION["Date"] = $values["Date"];
if ($_SESSION["Date"]) |
|
|
|
Graphix author 10/18/2013 |
|
A few ideas of how you can make it work.
$_SESSION["Date"] = $values["Date"];
if ($_SESSION["Date"])
|
|