Instead of using HTML comments (which have no effect on PHP code -- which will still be executed), you should use PHP comments: <?php /* <tr> <td><?php echo ...
確定! 回上一頁