An Open-source code to establish your own E-commerce website. This project is published to introduse a High performance and customizable website; you can host and administrate on ur own Computer(server) by urself :) Website written in PHP which has backend of MySql Database. Feel welcomed to contribute and 'suggest or give feedbacks'...
WebServer and Database Server Deatails::
1.ProjectShopping can be installed on any PHP enabled web server that can connect to a MySQL database. This includes shared servers, dedicated servers, and local installations running on Linux, Unix, BSD, Mac OS X, and Microsoft Windows operating systems.
2.The web server must support PHP either as a module or allow execution of CGI or Fastgi(recommended) scripts.
3.PojectShopping is compatible with PHP 4 and PHP 5. For performance and security reasons it is recommended to use the latest PHP 5 version on the web server.
4.The following PHP options are recommended to be set in the php.ini configuration file: register_globals Off magic_quotes_gpc Off file_uploads On session.auto_start Off session.use_trans_sid Off The following PHP extensions are mandatory: MySQL MySQL database extension.