Hi,
I want to save the result of a javascript file as a variable like :
$today = <script language='javascript' src='datetime.js'></script>;
but I get a parse error here. I checked and the output of the file is correct. But how can I save it as $tody so that I can put it into my database?