| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: index.php,v 1.3 2003/07/09 01:11:06 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 ?> 13 14 <p class="pageTitle">Welcome to osCommerce!</p> 15 16 <table width="95%" class="formPage" cellpadding="2"> 17 <tr> 18 <td> 19 <p>osCommerce is an open source e-commerce solution under on going development by the open source community. Its feature packed out-of-the-box installation allows store owners to setup, run, and maintain their online stores with minimum effort and with no costs involved.</p> 20 <p>osCommerce combines open source solutions to provide a free and open development platform, which includes the <i>powerful</i> PHP web scripting language, the <i>stable</i> Apache web server, and the <i>fast</i> MySQL database server.</p> 21 <p>With no restrictions or special requirements, osCommerce can be installed on any PHP3 or PHP4 enabled web server, on any environment that PHP and MySQL supports, which includes Linux, Solaris, BSD, and Microsoft Windows environments.</p> 22 </td> 23 </tr> 24 </table> 25 26 <p>Please choose the installation method to continue.</p> 27 28 <table border="0" width="95%" cellspacing="0" cellpadding="0"> 29 <tr> 30 <td width="50%" align="center"><a href="install.php"><img src="images/install.gif" border="0" alt="New Install"></a></td> 31 <td width="50%" align="center"><a href="upgrade.php"><img src="images/upgrade.gif" border="0" alt="Upgrade"></a></td> 32 </tr> 33 </table>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |