Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Broad php/MySQL/apache question

Options
  • 11-07-2006 11:51am
    #1
    Closed Accounts Posts: 2,175 ✭✭✭


    Hi all. I'm curious as to how something like boards is constructed. I've heard the above programs could maybe be used. The answer to this question could be important for me to know soon....

    I know my website stuff when it comes to Frontpage and Dreamweaver etc, but a new job may involve knowledge of the construction of sites along the lines of Amazon, Ebay and forum/message boards. I think I'm way in over my depth tbh.


Comments

  • Registered Users Posts: 1,606 ✭✭✭djmarkus


    if you want a bulletin board web application look into yabb or phpbb. they're piss easy to set up


  • Closed Accounts Posts: 244 ✭✭osmethod


    You would need to recognise the following:

    Database Ability: MySQL
    Server Side Scripting: PHP
    Webserver: Apache
    Online MySQL Interface: phpMyAdmin

    The above are avaialable for Windows or Linux

    As djmarkus pointed out there are free bulletin boards to be download.

    However, if you are going to be like ebay or amazon I take it you are going to be using a "Shopping Cart" or similar , implying credit card authorisation and more...

    There is alot of work in delivering such a project.

    Some links might give you ideas..

    http://www.hotscripts.com/PHP/index.html
    http://php.resourceindex.com/Complete_Scripts/Bulletin_Board_Message_Systems/

    osmethod


  • Closed Accounts Posts: 2,175 ✭✭✭chamlis


    Thanks for the links.


Advertisement