The best software design platform for an online store

rwiju_pal123

New Member
Hi ,
I am starting an online store having nearly 200 products along with their photo and their complete details . The site will have near about 65 pages of which 10 will be flash enabled. Could anyone please suggest me the best software platform to make the site i.e whether we should use HTML, PHP or ASp.net or anyother suggestion that you guys might have. Also could anyone suggest the cheapest webhost company
 

mezangath

New Member
I think you should read up alittle on HTML, PHP and ASP.

HTML: Static pages, you'll have to write everything.

PHP/ASP: is server code. It means you can have databases with your products and have your server render pages. Include search functions and such.

When you choose between PHP and ASP, it doesnt really matter. Wich one you know best i guess.

I run Apache and MySQL on a FreeBSD server, so i use PHP and that works out great for me. I haven't really put my mind into ASP so i can't abbriviate on that :)
 
Top