2019-04-13, 21:06:59
On a web page I went to the Source code mode and inserted the line
<?php include('calender.inc.php'); ?>
When I updated the page and went to Source code mode again and the inserted line was then
<!--?php include('calender.inc.php'); ?-->
The function didn't work.
How do I get it to work?
Chris
<?php include('calender.inc.php'); ?>
When I updated the page and went to Source code mode again and the inserted line was then
<!--?php include('calender.inc.php'); ?-->
The function didn't work.
How do I get it to work?
Chris