Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Design an e-commerce website

  • 27-07-2010 11:29PM
    #1
    Registered Users, Registered Users 2 Posts: 341 ✭✭


    Hi,

    as for title, I would like to know which program coding is best to develop an ecommerce website: XHTML?PHP? or whatever you suggest me..
    I don't want to use website builder program, because this is a project for the college.

    Thanks


Comments

  • Closed Accounts Posts: 1,200 ✭✭✭louie


    Whatever you are more comfortable with, php, asp, asp.net, etc...


  • Registered Users, Registered Users 2 Posts: 1,771 ✭✭✭jebuz


    XHTML/HTML is a given and will be required for any webpage, it's the server-side language you need to decide on, raw XHTML/HTML will not suffice for a dynamic website, especially an e-commerce one, you need a backend which will perform the processing and store your data.

    It's up to you what you choose, but I would recommend PHP and use MySQL as your database, it's relatively easy to set up and there are plenty of resources and tutorials to help you on the web. It's a good idea not to use a builder program when you're starting out because you start to understand the concept of coding and figuring out problems. If you're comfortable try incorporate a bit of javascript into your pages (look at jQuery) this will allow you improve the look-and-feel and you can do some pretty nifty effects with it. Good luck.


Advertisement