Thread: Include Problem
View Single Post
  #1 (permalink)  
Old 12-31-03, 05:05 AM
DAL's Avatar
DAL DAL is offline
Code Master
 
Join Date: Jun 2003
Location: North East England/UK
Posts: 874
Thanks: 0
Thanked 0 Times in 0 Posts
Include Problem

I posted a similar problem back in june/july for a query on SSI. Got that working and it worked well! Problem is now that that Im working on a different server and I can't use SSI


I asked my m8 about it who uses php and he suggested a
<?php
inlcude=("pagename.html");
?>

which works brilliantly! Problem is tho that Im a perl guy! Whats php eh?

Is there a similar method to calling in pages with perl?
There is only two types of pages that Ill be calling in and these would be .pl & .html

I read somewhere from a link on here that the require method might work although that is more to do with executing code and getting results to <i>require</i>

I just want the whole file called in and if their is any pl needed to be executed it would be done the normal page (behind it)

can anyone suggest an equal to php's include?
__________________
"once upon a midnight dreary, while i pron surfed, weak and weary, over many a strange and spurious site of 'hot xxx galore'. While i clicked my fav'rite bookmark, suddenly there came a warning, and my heart was filled with mourning, mourning for my dear amour," 'Tis not possible!", i muttered, "give me back my free hardcore!" quoth the server, 404."
Reply With Quote