Re: [PHP] file get contents

2005-11-14 Thread Richard Heyes
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

Re: [PHP] file get contents

2005-11-14 Thread Richard Davey
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

[PHP] file get contents

2005-11-14 Thread Ross
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