Search:

Type: Posts; User: anirban09p

Search: Search took 0.05 seconds.

  1. Replies
    13
    Views
    14,903

    Re: What is the difference between XML and HTML?

    HTML would define the format and layout (with the use of CSS) of what you want to 'layout' and XML would carry the content or 'Data' that you would use within the HTML.
  2. Re: what are the main difference between PHP4 and PHP5?

    PHP5 is a lot different than PHP4. With the vastly improved Object Oriented model in PHP5, PHP is now a lot closer to a fully fledged object orientated programming language and looks more like...
  3. Replies
    3
    Views
    6,153

    Re: Difference between for and foreach loop.

    for is used to iterate the items in built in types( like Array ..) not used for user defined types (like Class...).

    foreach is used to iterate over collections of objects in class , i.e. User...
  4. Thread: Html5

    by anirban09p
    Replies
    2
    Views
    6,951

    Re: Html5

    HTML 5 is a revision of the Hypertext Markup Language (HTML), the standard programming language for describing the contents and appearance of Web pages.
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width