Results 1 to 4 of 4

Thread: PHP include

  1. #1
    Join Date
    Jun 2006
    Posts
    2

    Default PHP include

    Hi there!
    I wanna include some PHP-Code in my footer.html template.
    At first I thought it's like Smarty and I tryed to include in a {php}{/php} Container. But the Code would'nt passed!
    Is there another notation to include some php-code in indexu?
    Thanx

  2. #2
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    you just used the wrong style tags :

    <%php%> <%/php>

    I think you can also use <? ?> for the php as usual....




    Quote Originally Posted by Datentechnik
    Hi there!
    I wanna include some PHP-Code in my footer.html template.
    At first I thought it's like Smarty and I tryed to include in a {php}{/php} Container. But the Code would'nt passed!
    Is there another notation to include some php-code in indexu?
    Thanx
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  3. #3
    Join Date
    Jun 2006
    Posts
    2

    Default

    jep, it was the wrong style
    <%php%>echo"test";<%/php%> works fine!
    Thanks

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Instead of using default { and } smarty tag, indexu use <% and %>

Similar Threads

  1. php include
    By Rob Picken in forum v5.x
    Replies: 6
    Last Post: 07-13-2004, 09:01 AM
  2. include php
    By marko in forum v5.x
    Replies: 11
    Last Post: 05-26-2003, 10:09 PM
  3. php include?
    By Jester in forum v5.x
    Replies: 7
    Last Post: 02-27-2003, 03:51 PM
  4. include tag
    By marko in forum v5.x
    Replies: 6
    Last Post: 11-03-2002, 06:41 PM
  5. PHP Include???
    By tariqali in forum v5.x
    Replies: 8
    Last Post: 08-14-2002, 12:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •