https://vborg.vbsupport.ru/showthrea...837#post235837
I posted a message in this forum but is more of a PHP question/problem can some one please Help me
This is the problem...
I can run the cal.php by calling it by it self (see link below)
http://www.vfdbl.com/forum/cal.php
When I try to include the cal.php in another page I get a bunch of errors. I created a simple *.php file to call the cal.php in see link below
http://www.vfdbl.com/calendar.php (not to be confused with forum/calendar.php)
Below if the script that I included inside the calendar.php page that I am using to call up the cal.php
<?php ?>
<meta http-equiv="Content-Language" content="en-us">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="200" id="AutoNumber1">
<tr>
<td>
<?php include ("http://www.vfdbl.com/forum/cal.php"); ?>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>