PHP interesse |
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<?php if (mosCountModules('left')) { ?>
<td valign="top" id="leftcol">
<div class="inside">
<?php mosLoadModules ( 'left',-2 ); ?>
<iframe src="<?php echo ($data) ? "http://www.site.nl/webwinkel/right.php" : "http://www.site.nl/webwinkel/right.php" ?>" name="mainFrame" width=100% frameborder=0 height=300></iframe>
</div>
</td>
<?php } ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <?php if (mosCountModules('left')) { ?> <td valign="top" id="leftcol"> <div class="inside"> <?php mosLoadModules ( 'left',-2 ); ?> <iframe src=" <?php echo ($data) ? "http://www.site.nl/webwinkel/right.php" : "http://www.site.nl/webwinkel/right.php" ?>" name="mainFrame" width=100% frameborder=0 height=300></iframe> </div> </td> <?php } ?>
Wat is die php echo op regel negen? Je echo't $date ? "link" : "link", dat klopt volgens mij niet helemaal! Of is dat een verkorte if/else ofzoiets... Nee toch? |