3 replies
If craigslist is essentially made out of php and html
when looking into the source code, how come there is no PHP in it??
#craigslist
  • Profile picture of the author insexes
    PHP is server side.
    If you are observing the code not from local files on the server you should not see any PHP.
    Signature
    Insexes. Promote it!
    Outstanding. Sapid. Onward.
    {{ DiscussionBoard.errors[10077626].message }}
  • Profile picture of the author Member8200
    PHP can be inside the HTML tags, That is why when you inspect the elements you can no longer see the PHP Scripts.
    {{ DiscussionBoard.errors[10086210].message }}
  • Profile picture of the author freddyDev
    PHP, ASP.NET, Ruby on Rails are Server side languages. Their scripts are run not on your computer/browser, but on the server which hosts the website and sends down the HTML code.

    This is the reason you will see HTML in the source code. You can find the difference b/w client side and server side code here.
    {{ DiscussionBoard.errors[10087784].message }}

Trending Topics