Code: Select all
<?php $var['name']; ? >Code: Select all
<?=$var['name']; ? >Code: Select all
<?php echo $var['name']; ? >Thanks, and hope to get an answ
(sorry for my bad engl)
Moderator: General Moderators
Code: Select all
<?php $var['name']; ? >Code: Select all
<?=$var['name']; ? >Code: Select all
<?php echo $var['name']; ? >Code: Select all
<td><a href="index.php?page=xxx&xxx=<?php $sc['xxx'];?>" class="xxx">» <?php $sc['xxx'];?></a></td>
</tr>
<tr>
<td class="xxx"><?php nl2br(substr($sc['xxx'], 0, 100));?> ...</td>
</tr>