How can I output the value of time(); in direct html code that I have on the page wich echo<<< ? (no variables)
I have tried:
echo<<<htmlcode
<link rel=stylesheet type='text/css' href='style.css' time="time();">
htmlcode;
Gives me:
How can I output the value of time(); in direct html code that I have on the page wich echo<<< ? (no variables)
I have tried:
echo<<<htmlcode
<link rel=stylesheet type='text/css' href='style.css' time="time();">
htmlcode;
Gives me: