hi all,
was wondering if anybody would be able to point me toward some sort of solution that would enable me to create a database of the following kind:
http://www.mobile360.co.uk/display.asp?hs=6125&network=&tariff=xnet&gift=
my webhost has PHP, SQL, etc... what's the most simple way of trying to create a similar database? would appreciate any pointers!
thanks!
if you are looking for an online shop, google search the
oscommerce, or zen-cart. or some other free open souce code systems.
you can install and run it.
thanks for your reply. first though i would like to simply get a database running which allows to put in the data for all those fields, and do some calculations, the "buy" part I'd do much later.
Does your webhost have phpMyAdmin installed? Otherwise, install it yourself and use it.
Assuming that is that when you said your host has SQL you actually meant MySql. SQL is not a database it is a language commonly used by databases.
apologies, am a real newbie. Yes, mySQL. right, so you're saying phpMyAdmin is the way to go? Yes, the host has it installed.
Yep... its an interface to MySql.