local php includes
Posted: Fri Nov 18, 2005 2:59 pm
Hi folks, this is my first visit here and I am desperate 
My isp has disabled part of my service because I had used http includes to pull in perl files and html files from another webspace. Both my own spaces, they say I must do it locally to reduce the looping.
Now I have got working again for the html files but not, for the perl files.
Please help
This works for the html files.
But what will work for the perl files in my cgi-bin
bazz
My isp has disabled part of my service because I had used http includes to pull in perl files and html files from another webspace. Both my own spaces, they say I must do it locally to reduce the looping.
Now I have got working again for the html files but not, for the perl files.
Please help
This works for the html files.
Code: Select all
<?php include '/domains/234/3456/html/headers_and_footers/mysite/header.html'; ?>But what will work for the perl files in my cgi-bin
bazz