Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP includes in templates
#5
instead of
PHP Code:
<?php include("archive_files.php"); ?>
or
PHP Code:
<? include("archive_files.php"?>
use something like
Code:
<embed src="/directory/archive_files.php">
Reply


Messages In This Thread
PHP includes in templates - by pita matein - 06-24-2011, 08:53 AM
RE: PHP includes in templates - by Jonny - 06-24-2011, 10:23 AM
RE: PHP includes in templates - by viratt - 08-04-2011, 06:47 AM
RE: PHP includes in templates - by sunshine - 05-08-2012, 10:30 PM
RE: PHP includes in templates - by purplepeopleeathere - 10-14-2012, 11:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)