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

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    stevenstoker is offline Renter
    Join Date
    Sep 2009
    Posts
    6

    Lightbulb The difference between html and php

    Hi Everyone,

    I am looking to learn how to post onto Craigslist. I can make ads from Photobucket, but I need to learn how how to make ads with HTML or PHP! Anyone have much advice about this?

  2. #2
    Curtis McLain is offline Fixer Upper
    Join Date
    Aug 2009
    Location
    Wister Oklahoma
    Posts
    37

    Default

    google w3schools
    Curtis McLain

    Land,Ranch,and Homes
    Specializing in Eastern Oklahoma Mountain Properties
    Poteau, McAlester, and Eastern-OK-Realestate

  3. #3
    tanmaysnv is offline Banned
    Join Date
    Oct 2009
    Posts
    126

    Default

    HTML is a language used to describe to a browser how to display text and other objects in a browser window. It is not a programming language. HTML works on a client computer (the system on which the page is being viewed).

    PHP is a scripting language, and can be used to create web pages written in HTML. PHP runs on the server (the system from which the page comes), and is a full-fledged programming language.


    Thanks !!!!

  4. #4
    Makati Condos is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    26

    Default

    HTML is basically used to design a web page while PHP is used to create web pages which is made from HTML and it is also runs on the server.

  5. #5
    OLStaff is offline Renter
    Join Date
    Feb 2010
    Posts
    12

    Default

    HTML is basically the framework of the website. It is used to create the interface and design.
    PHP is more on server-side scripting. It helps provide transactions and security.

  6. #6
    Display Houses's Avatar
    Display Houses is offline Condominium
    Join Date
    Nov 2009
    Location
    Australia
    Posts
    306
    Blog Entries
    13

    Default

    I would suggest you to visit w3schools. You can read lots of good tutorials and resources for you to easily learn the basics of html and php .

  7. #7
    tanmaysnv is offline Banned
    Join Date
    Oct 2009
    Posts
    126

    Default

    In general, HTML controls the "look" of a web site (along with tools like CSS) while PHP and other programming tools are what is used to generate your content. For example, if you wanted to create a web site that allowed a user to select items from a catalog, HTML is what would control how the catalog items were presented, but PHP is what you would use to search your database, calculate prices, and decide what "just for you!" items the site might display. To use another analogy, HTML is kind of like what Font you select for writing a document, while PHP is the macro language you use for generating the document.

    HTML and PHP can both be edited using a tool like Notepad. In fact, I often use tools like Notepad when I develop PHP pages.

  8. #8
    Nitikasnv is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    37

    Default Answer:

    Hi,

    As both are used to design a website.


    HTML is a markup language while PHP is a scripting language.

    The output of PHP is usually in HTML code which the browser can then interpret

    HTML codes are static and they are always the same every time they are opened while PHP files are dynamic and the output might not always be the same

    HTML is very easy and forgiving of mistakes while PHP isn

  9. #9
    tanmaysnv is offline Banned
    Join Date
    Oct 2009
    Posts
    126

    Default

    HTML files are just like PHP however, your script can include both HTML and PHP coding. When someone goes to a website that has both PHP and HTML, the PHP is loaded in the background so to speak, so the surfer viewing the page only gets sent the HTML part in the browse

  10. #10
    Nitikasnv is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    37

    Default Html vs Php

    Hi,

    HTML is language used in designing a website and PHP is a language used if you want your site to be more dynamic like online application form. PHP is difficult for SEO as it required script.

    Thanks

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

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