I need to make a page with lots of text in it. I understand that the database limits static pages to 64K. I had hoped that I could make a static page with just includes an html file I have on the site. Is this posible?
I tried to put the following on the static page: <? include '/mystuff/test.htmf'; ?> The error was: Parse error: parse error in /home/geek/geeklog/public_html/staticpages/index.php(101) : eval()'d code on line 1 How can I make this work? -- Ed Weinberg <[EMAIL PROTECTED]>