|
-
Jan 16th, 2001, 10:41 AM
#1
Thread Starter
Fanatic Member
what is the best way of setting up an online catalogue that is easy to update. At the moment I have the data in Excel and just export it as a html file. I need a better way of doing it as eventually I want to set up online ordering. The catalogue is massive by the way, and is quite often updated.
Any tips, solutions, languages to use, books to read would be most useful. I'm not a beginner at programming, but lack knowledge about complex online stuff.
thanks in advance
nick
-
Jan 16th, 2001, 04:54 PM
#2
Hyperactive Member
Your best bet would be to use an actual database to store all of the data in. Then once the database is set up, use ASP to connect to and manipulate data in the database. A good book on asp is "Active Server Pages Unleashed" pubed by sams. If the number of items in your catalogue is really huge, then you should use SQL server for your database. If not, access gets the job done. Hopes this helps some. reply back if you wanna ask anything else.
-
Jan 16th, 2001, 05:43 PM
#3
Thread Starter
Fanatic Member
thanks for the advice.
two questions at the mo. Does the database actually have to be stored on the webserver? and if so in which form, coz the webserver we have is a unix one.
Second what about the online ordering business, or do you think I should forget about that now.
Cheers
Nick
-
Jan 16th, 2001, 07:02 PM
#4
Hyperactive Member
actually, it is best to have the database on the server, and you should probably get IIS to run active server pages.
you should not worry about the online ordering as of yet, just concentrate on getting the basics up first. Plus it takes alot of time to make a good online store.
-
Jan 17th, 2001, 04:21 AM
#5
Thread Starter
Fanatic Member
aren't there problems with getting IIS running on unix servers though, and what exactly is it??!!?? Can the database just be made in Access.
Cheers
Nick
-
Jan 17th, 2001, 06:26 AM
#6
Thread Starter
Fanatic Member
i've read that I am going to have to use PHP and CGI as our website is on a Unix server. What's that all about then??
Nick.
-
Jan 17th, 2001, 04:09 PM
#7
Hyperactive Member
o yeah sorry, if you are running a unix server you probably dont want to use asp or access or any of the easy stuff. personally, i dont know cgi or php very much, since i have never needed to use it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|