Forum Topic

Facebook programming - How does it work

  • Guys and Gals,

    Patulong naman o.. Ano ba ang ginagamit sa Facebook para gumawa ng links, shifting pages (sorry I\'m not a technical person), ung mga log-in pages, and even yung mga search bars? I\'m trying to understand how Facebook works in the backend.

    What do I need to learn and what applications do I need to have in order to parang create a similar setup with the social networking sites?
  • Madami sir. MySQL database nila. Well, hacked version ng MySQL, they customized it for their needs. Sa front end, HTML/CSS Javascript PHP. Some C/C++ sa backend. They also customized PHP for their needs, search for HipHop PHP.

    To create a login page, you need to know Sessions and Cookies. That is, you need to have a background in programming to implement that in PHP.

    Short answer, PHP + MySQL + HTML + Time.

    -- edited by wayneownage on Apr 04 2015, 06:45 PM
  • Thank you for enumerating it very well...