Re: [PHP-GENERAL] Problem: Including a file in the Head Tag.
[email protected] (Andrej Trobentar)
| Newsgroups | php.general |
|---|---|
| Organization | Rikom d.o.o. |
| Message-ID | <[email protected]> |
Jess wrote: > I am tring to setup in an "Index.html" an included file that contains some > "Redirection Javascript" but I am having problems getting it to work. It > has to go before the <HEAD> tag. Now this has to go in every web page > before the <HEAD> tag for it to work correctly. Now I need this, so that I > can switch the contents of the included file on or off accoding to how > > Jess > > <HTML> > <------------------Here I have to include a file with > javascript. Like "mandate.htm" but for some reason I am not sure off it > does not work ! Any assistence is appreciated! > <HEAD> > > <HEAD> > > <BODY> > > </HTML> Check this URL http://www.php.net/manual/function.include.php3. -- AnD.