Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Are social networking sites built with PHP?
Old 05-10-2010, 03:50 PM Are social networking sites built with PHP?
Experienced Talker

Posts: 33
Trades: 0
I know that these sites like eHarmony, Facebook, etc. incorporate javascript and other stuff, but are the meat and potatoes of these complex sites built with PHP and MySQL?
Frank Drebin is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-10-2010, 03:55 PM Re: Are social networking sites built with PHP?
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
Generally yeah, PHP or ASP .. Mostly PHP
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Old 05-10-2010, 03:59 PM Re: Are social networking sites built with PHP?
Experienced Talker

Posts: 33
Trades: 0
Quote:
Originally Posted by lynxus View Post
Generally yeah, PHP or ASP .. Mostly PHP

Interesting. I was reading this article on Zuckerberg (founder of Facebook) recently on CNN.com I think it was (very good article, highly recommend to everyone) and it mentioned how he used to put in heavy coding sessions late at night building facebook. Please excuse my newbie-ness, but how long does it take a SINGLE person to code/build a site that sophisticated? Seems crazy
Frank Drebin is offline
Reply With Quote
View Public Profile
 
Old 05-10-2010, 03:59 PM Re: Are social networking sites built with PHP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
The front end may be PHP but the backend of the bigger ones are real applications that run in the server context.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-10-2010, 04:03 PM Re: Are social networking sites built with PHP?
Experienced Talker

Posts: 33
Trades: 0
Quote:
Originally Posted by chrishirst View Post
The front end may be PHP but the backend of the bigger ones are real applications that run in the server context.

Let me apologize for what is probably another senseless newb question, but I thought PHP was a backend code that ran on the server side?
Frank Drebin is offline
Reply With Quote
View Public Profile
 
Old 05-10-2010, 04:55 PM Re: Are social networking sites built with PHP?
VirtuosiMedia's Avatar
Web Design Made Simple

Posts: 1,228
Trades: 0
Quote:
Originally Posted by Frank Drebin View Post
Interesting. I was reading this article on Zuckerberg (founder of Facebook) recently on CNN.com I think it was (very good article, highly recommend to everyone) and it mentioned how he used to put in heavy coding sessions late at night building facebook. Please excuse my newbie-ness, but how long does it take a SINGLE person to code/build a site that sophisticated? Seems crazy
The site wasn't always as complicated as it is now. I doubt that he's responsible for most or any of the code anymore.
__________________
Want new web resources every day? - Follow me on
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
VirtuosiMedia is offline
Reply With Quote
View Public Profile Visit VirtuosiMedia's homepage!
 
Old 05-10-2010, 05:02 PM Re: Are social networking sites built with PHP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
PHP is a script language that is interpreted by lanuage modules/application that has limits in the time a script can be running for.

To make something truly robust and fast PHP is used as a messenger to and from "real" application.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-10-2010, 05:04 PM Re: Are social networking sites built with PHP?
VirtuosiMedia's Avatar
Web Design Made Simple

Posts: 1,228
Trades: 0
Quote:
Originally Posted by Frank Drebin View Post
Let me apologize for what is probably another senseless newb question, but I thought PHP was a backend code that ran on the server side?
For a lot of sites, PHP is probably the only backend language. However, for some high traffic sites, some of the more intensive operations are performed by another layer beneath PHP.

Facebook, for example, is written using PHP, but they use a custom version of it called HipHop, which basically converts the code into C++, which will run faster. Their chat application is written using Erlang.

YouTube was originally written in PHP, but when Google bought it, they rewrote it using Python, though I think this was more because Google doesn't use PHP than that PHP couldn't handle it.

If you're interested in the architecture of some of the more popular sites around the web, check out a website called High Scalability.
__________________
Want new web resources every day? - Follow me on
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
VirtuosiMedia is offline
Reply With Quote
View Public Profile Visit VirtuosiMedia's homepage!
 
Old 05-10-2010, 05:16 PM Re: Are social networking sites built with PHP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Ebay was originally written in ASP and was then compiled into DLLs which run as ISAPI applications.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-10-2010, 06:45 PM Re: Are social networking sites built with PHP?
fpforum's Avatar
Novice Talker

Posts: 9
Name: Andrew
Location: Texas, USA
Trades: 0
Usually they are all PHP and MySQL driven. Although facebook and others do incorporate AJAX, Javascript..etc
__________________

Please login or register to view this content. Registration is FREE
fpforum is offline
Reply With Quote
View Public Profile Visit fpforum's homepage!
 
Reply     « Reply to Are social networking sites built with PHP?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30499 seconds with 12 queries