Ah, I understand now what you where saying. I overlooked that file, I am used to;
Code: Select all
<? include header.php ?>
<? all of your index.php, not touched in another way ?>
<? include footer.php ?>
So that are just two lines. And, the footer is working.
The only thing I can come up with now is that since you are able to write a reasonable fast [maybe real fast, still working on this overhere], php searcher based on MySQL, which of course is quite fast, and you took the benefit of InnoDB and the other DB option I can't remember the name of right now, and that I've seen seldom over the years.
But you know about premature end of script headers notification on php, it is that the html is generated and already sent.
I'm very, very eager, to learn, how it is possible with your code, that you overcome this php error, I have code that puts my phone numbers in a database, this code i have written myself, and, have an 'delete', 'add', and 'change' button on the same page without frames, without premature end of script headers, and presto in the end at, 100 lines of code in each php file [technically, two php files], and I learned that the action buttons have to be as high as possible [look at Gmail for example, or Outlook.com]. Premature end of script headers is as old as html with active pages I suppose.
Well, long story, but I expect I will need some time to make it work in the way you have proposed, but also I noticed that your phpBB board seems hand editted by you and it work's totally different then Gmail and Outlook, which is seldom, you seem to have pleasure in doing everything yourself, so this post is a respect-post.
So if you won't reply, I'll let you know if I will get this working and then start translating a few things, on the other hand, if you can enlighten me what isn't straightforward in your code, maybe you would like to see my telephone numbers php with MySQL , it is 100 lines per sourcefile, which I learned is pretty.