what language for search/results

Associate
Joined
6 Jul 2007
Posts
431
Location
Notts, UK
Hi,

Basically i want to create a website and the key function will be to search by a number of different parameters and will obviously display the product based on these parameters. The site will just be providing technical info and will not be an online shop.

I'm guessing either ASP or PHP?

What should I be googling?


cheers
 
PHP, MySQL and some form of development platform (Dreamweaver, Microsoft C# ETC)
Of course you can test this on your local system too using a server client. Apache or Microsoft IIS.

I reccomend downloading Microsoft IIS. It has all the tools and features for even the most basic people to start a website etc... It combines a server with web platform downloads and lots of handy tools.
 
Hi,

Basically i want to create a website and the key function will be to search by a number of different parameters and will obviously display the product based on these parameters. The site will just be providing technical info and will not be an online shop.

I'm guessing either ASP or PHP?

What should I be googling?


cheers

You'll also be needing a database to be storing the item information unless you are scraping the data from other sources?

I would suggest php and mysql which you can download in one package google "xampp" that is ,if you are planning on developing offline first( I'm assuming you are using windows too).

Then head over to http://www.tizag.com/ for some tutorials, that should be enough to get you started for now.

Oh and get yourself a copy of notepad++ for editing documents.

Luke
 
Back
Top Bottom