![]() |
|
#1
|
|||
|
|||
How do I add a database of products to my website?I have my products listed in an Excel file (and have also exported to a comma-delimited text file).
Rather than have to create a separate page for each product, I thought it would be better to create one product page layout and then depending on which product is clicked on from the list of links, the site displays the respective .jpeg and description text accordingly. Can anyone please advise on or provide some javascript or html coding that will enable me to read the Excel file or the text file and place the relevant items into my product page? Many thanks, Jason |
|
#2
|
|||
|
|||
Re: How do I add a database of products to my website?You cannot use HTML coding - you will need to use a server side language to read the file - usually .NET, ASP, or PHP.
If you are on a *NIX server, you might check into PHP. On Windows, check into .NET or ASP |
|
#3
|
|||
|
|||
Re: How do I add a database of products to my website?Hi,
Thanks for the advise there. How do I go about getting ASP or PHP languages? Do they cost much? Are there any tools (preferably freeware or shareware) that will enable me to set this up? Or is there absolutely no way I can do it in JavaScript? Thanks, Jason |
|
#4
|
|||
|
|||
Re: How do I add a database of products to my website?Quote:
Quote:
I also found Reading and writing an excel file using Javascript, but I am not familiar at all with JavaScript. |
|
#5
|
||||
|
||||
Re: How do I add a database of products to my website?Quote:
FWIW, Microsoft just announced that IronPython will be complimenting ASP.NET in the next release of Visual Studio, meaning you can learn IronPython and get the same functionality as ASP.NET. This just means you have the option of which language to use to get the same functionality. You can also look at Java Server Pages if you have an interest in using Java. The deal with Javascript is that it's mostly a client-side language. You can do some server-side scripting with it but it really wasn't designed for it. What this means is that anything that requires talking to the server, e.g. database calls, is really better handled by using something other than Javascript. __________________
Common Sense v2.0-Striving to make the world a little bit smarter. |
Recent GIDBlog
Last Week of IA Training by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Techtas.com - Get a free website with loads of features now! | lizard | Free Web Hosting | 0 | 16-Nov-2006 14:47 |
| Limit combo box and date time picker choice according to database created in folder | shinyhui | C++ Forum | 0 | 22-Feb-2005 20:16 |
| Limit combo box and date time picker choice according to database created in folder | shinyhui | MS Visual C++ / MFC Forum | 0 | 22-Feb-2005 02:13 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The