Ross wrote:
Hello,
I have been usng the file_get_contents function to insert a (repeating)
part of my code
$lines = file_get_contents('../shared/acessibility_box.htm');
echo "$lines";
In this file I have the a self submitting link
A
The problem I think is this code is inserted afte
Hi Ross,
Monday, November 14, 2005, 9:44:45 AM, you wrote:
> $lines = file_get_contents('../shared/acessibility_box.htm');
> In this file I have the a self submitting link
> A
> The problem I think is this code is inserted after the page headers have
> been set. And so the line just generates a
Hello,
I have been usng the file_get_contents function to insert a (repeating)
part of my code
$lines = file_get_contents('../shared/acessibility_box.htm');
echo "$lines";
In this file I have the a self submitting link
A
The problem I think is this code is inserted after the page head
3 matches
Mail list logo