Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Internet & the Web (https://www.askmehelpdesk.com/forumdisplay.php?f=177)
-   -   Front end and back end (https://www.askmehelpdesk.com/showthread.php?t=144838)

  • Oct 25, 2007, 11:43 AM
    ubaidfarooqi
    Front end and back end
    Difference between front end and back end of web page?
  • Oct 25, 2007, 12:13 PM
    ScottGem
    I've never heard those terms applied to a web page. Generally front and back ends are terms applied to a database. The back end is just the data tables. The Front end is everything else; Forms, reports, menus, etc.

    Now a WEB page could be a front end to a database. For example, this site is a front end to a database of notes.
  • Oct 25, 2007, 12:46 PM
    retsoksirhc
    I've used front end and back end for web pages before, it just seemed natural when dealing with PHP and mySQL.

    Here's what I consider them:
    The front end of the page is what the user sees. The forms on the page, the graphics, the HTML and CSS.

    The back end, I see as the scripting. If you've got a PHP script that pull from a database, or reads from certain files, or performs calculations based on input, that would be the back end. Maybe some javascript that takes data from some forms on the page and parses it into another form of output. The part a normal user won't see, but is happening in the background to make the site work.

  • All times are GMT -7. The time now is 05:24 AM.