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

📄 install.php

📁 每个RFC 3261信息头有一个相应的存取标识. 但是,许多信息头拥有同样的形式。 例如。To和From的信息头都是由显示名和一个URI组成。 To和From信息头用来管理与处理NameAddr实例的
💻 PHP
字号:
<?php/*  $Id: install.php,v 1.8 2003/07/09 01:11:06 hpdl Exp $  osCommerce, Open Source E-Commerce Solutions  http://www.oscommerce.com  Copyright (c) 2003 osCommerce  Released under the GNU General Public License*/?><p class="pageTitle">New Installation</p><form name="install" action="install.php?step=2" method="post"><p><b>Please customize the new installation with the following options:</b></p><table width="95%" border="0" cellpadding="2" class="formPage">  <tr>    <td width="30%" valign="top">Import Catalog Database:</td>    <td width="70%" class="smallDesc">      <?php echo osc_draw_checkbox_field('install[]', 'database', true); ?>      <img src="images/layout/help_icon.gif" onClick="toggleBox('dbImport');"><br>      <div id="dbImportSD">Install the database and add the sample data</div>      <div id="dbImport" class="longDescription">Checking this box will import the database structure, required data, and some sample data. (required for first time installations)</div>    </td>  </tr>  <tr>    <td width="30%" valign="top">Automatic Configuration:</td>    <td width="70%" class="smallDesc">      <?php echo osc_draw_checkbox_field('install[]', 'configure', true); ?>      <img src="images/layout/help_icon.gif" onClick="toggleBox('autoConfig');"><br>      <div id="autoConfigSD">Save configuration values</div>      <div id="autoConfig" class="longDescription">Checking this box will save all entered data during the installation procedure to the appropriate configuration files on the server.</div>    </td>  </tr></table><p>&nbsp;</p><table border="0" width="100%" cellspacing="0" cellpadding="0">  <tr>    <td align="center"><a href="index.php"><img src="images/button_cancel.gif" border="0" alt="Cancel"></a></td>    <td align="center"><input type="image" src="images/button_continue.gif" border="0" alt="Continue"></td>  </tr></table></form>

⌨️ 快捷键说明

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