On Sep 4, 2009, at 5:03 PM, sono-io@xxxxxxxxxxxxx wrote:
Depends on what you are including. The only tags that can be
inside the
head are <base>, <link>, <meta>, <script>, <style>, and <title>.
Everything else is either body or prologue.
I meant PHP includes like this one:
<?php @include_once("/home/passwords/login.php"); ?>
We know what you mean. Read the responses more carefully, as they are
telling you what you need to know.
For simplification: The INCLUDE commands put the contents of the
INCLUDed file into this file, just as if as you had typed it in there.
Ken
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php