I am having a problem calling up a *.php file in side another *.php file
My server runs PHP 4
I can run the cal.php by calling it by it self (see link below)
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
The cal.php file works just fine - see below
When I try and call the cal.php file up inside of the calendar.php file I
get all kinks of problems - can some one tell my why this is ?
thanks
Below is the script for the calendar.php which <includes> the cal.php file
<?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 (" ?>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
My server runs PHP 4
I can run the cal.php by calling it by it self (see link below)
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
The cal.php file works just fine - see below
When I try and call the cal.php file up inside of the calendar.php file I
get all kinks of problems - can some one tell my why this is ?
thanks
Below is the script for the calendar.php which <includes> the cal.php file
<?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 (" ?>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>