...Many questions from a Ground Zero Rookie....
.......These should be my "last" customization concerns:
1) How do I import/connect ZCart to MySQL DB? My host gave me this PHP connection string:
[FONT=Arial]$dbh=mysql_connect ("localhost", "sicoinsc_zc2", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("sicoinsc_zc2");
(Where "sicoinsc_zc2" is my DB name)
What do I do with that??????...(looks like Martian-Lingo to me..!)[/FONT]
2) What is the fields format I should define for my DB (I assume there must be a specific format) ? (I found something at Wiki, but not very specific)
Many thanks !
Wade



