Not signed in (Sign In)

LiveSearch

Categories

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  
    I know this forum isn't very active. That's a pity because Leap seems to have potential.

    My question is: How do I add a truly custom page, a page with my own PHP script for example. I tried just to add:

    <?php

    echo "Hello World!";

    ?>

    in the content editor for the "Example Page", but it doesn't print anything.
    •  
      CommentAuthorgowon
    • CommentTimeOct 21st 2009
     
    you would use the include tag in the page code and link to the external PHP script.

    [include]script.php[include]

    that tag can be used to load any external file, not just PHP files.