On 29 Nov, Mario Lang wrote:
> Hi.
Greetings!
> Probably sounds silly, but could it be possible that you have to use
> the same closing tag as opening tag used?
> ex:
> <?php ... php?>
> <? ... ?>
Nope. In PHP, there are four possible ways of marking up
the code portions of a document:
<? ... ?>
<?php ... ?>
<script language="php">
...
</script>
<% ... %>
(see http://www.php.net/manual/language.basic-syntax.php3)
AFAIK, all of these four also work with Midgard, depending
on how your midgard-php is configured.
> Mario <[EMAIL PROTECTED]>
/Bergie
--
-- Henri Bergius -- +358 40 525 1334 -- [EMAIL PROTECTED] --
http://www.iki.fi/Henri.Bergius
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]