<html>
<body>
<?php startblock("content"); ?>
<p> Page content </p>
<?php endblock("content"); ?>
</body>
</html>
I want to get the content between the two php functions. If you look at the above example I want to get “<p> page content <p>” in a string.
Thanx in advance
You can use Output Buffering