Hi!
I have a file named “header_table.php” with the following code:
<?php echo "Acrylic Math
"; ?>My website’s “index.htm” file includes the following code:
<?php include "header_table.php"; ?> |
The browser displays an EMPTY cell. Why?
By the way, the browser does display “…/header_table.php” by itself.
Thank you!
DoctorTR