Welcome to the Real Estate Forum


The "ORIGINAL" Real Estate Social Network" SINCE 2005 and your #1 Resource for all things Real Estate


  •  »Over 35,000 Members
  •  » Answer Questions From "REAL" Buyers & Sellers
  •  »Ask Questions & Share Stories With Fellow Real Estate Professionals.
  •  »Read Articles & Blogs written by Real Estate Professionals.

...you have come to the right place!


YES! I want to register an account for free right now!


p.s.: For registered members YOUR FORUM NAME is free of ads

Results 1 to 4 of 4
  1. #1
    james9888 is offline Banned
    Join Date
    Feb 2011
    Posts
    218

    Default What is the concept of PHP?

    Today many languages are being use for site development like HTML, XHTML, VB.net, JAWA and PHP. I have knowledge all languages but the PHP is unknown for me because i don't know what is the concept of PHP? So if you really know than please reply me.

  2. #2
    rfresh's Avatar
    rfresh is offline Fixer Upper
    Join Date
    Nov 2009
    Location
    Los Angeles
    Posts
    62

    Default

    PHP is the most popular server-side scripting language around for doing website development. All the processing is done on the server and any HTML you want it to spit out, will get sent to the browser for display.

    Server-side means PHP code runs on the server, not on the client side (browser). Javascript runs on the client-side (browser) and PHP runs on the server-side.

    If you need a database, MySQL integrates extremely well with PHP, thus many developers create their dynamic websites using PHP/MySQL. A dynamic website is one in which it's content changes vs a static website where by it's content does not change. MySQL (or any database) allows you to easily change your content and thus make your site dynamic vs static.

    If anyone doubts the popularity of PHP over any other server-side scripting language (.asp, ruby, python, etc.) all you have to do is look at any developers forum and count the number of posts in each server-side section. The number of posts is an indication of how active (popular) that language is. PHP's activity blows away everyone else...by far.
    RalphF
    Low Cost Business Text Messaging
    www.MobileTextingService.com

  3. #3
    Noah Mads is offline Fixer Upper
    Join Date
    Mar 2011
    Posts
    10

    Default

    Php is used as object oriented programming language.

    P = Personal Home Page
    H = hypertext
    P = Preprocessor

  4. #4
    josephandersson's Avatar
    josephandersson is offline Fixer Upper
    Join Date
    Jul 2011
    Posts
    44

    Default

    PHP used with MySQL is used to give a site intercativity. For example: Modern comments and replies to an article or blogpost would not be possible without PHP!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •