ViArt - PHP Shopping Cart
Select your currency:
American DollarBritish Pound
If the database does not exist then create it with "CREATE DATABASE" command
A MySQL command to create a new database is:
create database new_database_name
Read more about CREATE DATABASE syntax at mysql.com

ViArt - PHP Shopping Cart