⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.ihtml

📁 php做的网上商店系统。简单易懂
💻 IHTML
字号:
<?php
eval(load_class("product", "ps_product"));
$ps_product = new ps_product;
?><table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr><td><table width="600" border="0" cellspacing="0" cellpadding="0" bgcolor="#E8DCB8" align="CENTER">
<tr><td background="/phpshop/images/ec-m2.gif" valign="TOP"><img src="/phpshop/images/ec-m1.gif" height="27" width="600"><br>
<br><table width="95%" border="0" align="CENTER"><tr><td class="unnamed11">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                    <tr valign="top"> 
                      <td width="227"><?php $ps_product->show_snapshot("a01");?></td>
                      <td width="5" bgcolor="#F0E8D0">&nbsp;</td>
                      <td width="268"><?php $ps_product->show_snapshot("a02");?></td>
                    </tr>
                    <tr valign="top">
                      <td width="227"> 
                        <hr width="80%" align="left">
                      </td>
                      <td width="5">&nbsp;</td>
                      <td width="268"> 
                        <hr width="80%" align="left">
                      </td>
                    </tr>
                    <tr valign="top"> 
                      <td width="227"><?php $ps_product->show_snapshot("a03");?></td>
                      <td width="5" bgcolor="#F0E8D0">&nbsp;</td>
                      <td width="268"><?php $ps_product->show_snapshot("a04");?></td>
                    </tr>
                  </table>
                  <?php if($auth["user_id"]){?> <?php }?>
<!-- End Navigation -->
<!-- Begin Browse Categories --> 
<?php 
  // Show only top level categories and categories that are
  // being published
  $q  = "SELECT * FROM category, category_xref ";
  $q .= "WHERE category.category_publish='Y' AND ";
  $q .= "category_xref.category_parent_id='0' AND ";
  $q .= "category.category_id=category_xref.category_child_id ";
  $q .= "ORDER BY category.category_name ASC";
  $db->query($q);
  while ($db->next_record()) {?>
  <?php }?> <!-- End browse categories --> <!-- Search Box --> <!-- End Search Box --> 
</td></tr></table></td></tr></table><img src="/phpshop/images/ec-m3.gif" height="27" width="600"></td></tr></table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -