Search found 4 matches

by ueland
Thu May 08, 2003 12:15 pm
Forum: General discussions
Topic: php include
Replies: 7
Views: 15423

Think that it got something to do with the feature of PHP, maybe you shold for the next release make php include possible in the template files and "skip" them in the index.php files. :)
by ueland
Wed May 07, 2003 5:09 pm
Forum: General discussions
Topic: php include
Replies: 7
Views: 15423

hmm..now all includes gets paresed first :s before the rest of the page
http://www.programmer.no/faq/index.php

"toppinclude" => @include "$DOCUMENT_ROOT/themes/2003/topp.php",
"menyh1" => include ("../themes/2003/meny_h1.php"),
"menyh2" => include ("../themes/2003/meny_h2.php"),
by ueland
Wed May 07, 2003 5:01 pm
Forum: General discussions
Topic: php include
Replies: 7
Views: 15423

i also added a include command in index.php in top and bottom of the files to get includet a file in the top and bottom before i read that. :)
by ueland
Wed May 07, 2003 4:23 pm
Forum: General discussions
Topic: php include
Replies: 7
Views: 15423

php include

Hello

how can i get php includes to work in the templates files, the server is set up to parse php code i html files so that is not a problem, but it is not working. :-(