PHP interesse |
|
Hey
Ik zag ooit eens een manier om html te gebruiken in php, zonder php af te sluiten.
Zoiets :
<?php
$bla="hallo";
<<html
//hier html gebruiken zonder echo, en zonder te escapen
<table width="200"></table>
html>>
?>
<?php $bla="hallo"; <<html //hier html gebruiken zonder echo, en zonder te escapen <table width="200"></table> html>> ?>
Weet iemand hoe dit moet?
Bvd
|