Hello I need to insert some line of php code to show the date on my Cpanel skin html pages ....
I tried in several way inserting this code on my html pages ..
&cpanel include=&date.php&&
or
&!--#include virtual=&date.php& --&
I tried to insert following php code in the html page
&?php
echo date(&F j, Y, g:i a&
;
?&
but it doesn't work too
.
What I have to do to execute some php code inside my Cpanel skin html pages ?
I tried in several way inserting this code on my html pages ..
&cpanel include=&date.php&&
or
&!--#include virtual=&date.php& --&
I tried to insert following php code in the html page
&?php
echo date(&F j, Y, g:i a&
?&
but it doesn't work too
What I have to do to execute some php code inside my Cpanel skin html pages ?