Micro Niche Builder
Closed Thread
Results 1 to 10 of 10

Thread: Html(or)php

  1. #1

    Default Html(or)php

    I've been looking around alot lately at PHP and HTML. I'm currently building websites using HTML. Would PHP be better? Thanks.


  2. Micro Niche Builder

  3. #2

    Default

    Yes, Now I think PHP is the best, the most of website in the world using PHP in programming than use ASP or other programming language. PHP able to integrated with MySQL to database so it is easy to make the dynamic website. Also PHP able to combine with HTML programming.

  4. #3

    Default

    It depends on the website you are planning to make. For simple pages, I'd recommend HTML.

  5. #4

    Default

    If you want to make a complete website I suggest you to use PHP (it's easy to learn and most of hosts support it) with a MySQL database. But if you're just making a simple website, I'd recommand you to use HTML and maybe Javascript.

  6. #5

    Default

    I think that PHP havs more opprtunites. HTML is for static web sites. PHP is prog lang HTML not at all.
    ServerPoint.com - a true hosting company offering online presence solutions since 1998
    Web Hosting, colocation, dedicated servers, Virtual Private Server (VPS) hosting
    Wholly owned multi homed network, servers and facilities

  7. #6
    Retired Spyros has a spectacular aura about Spyros has a spectacular aura about
    Join Date
    May 2006
    Location
    Athens, Hellas
    Posts
    1,249
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You are asking something like, "which is better, Pizza Hut or Ferrari?". Two different things.

    PHP is a programming language, much like C++ or Java. HTML is just a way to format your content. A website is just text, and HTML manages to display it the way you want.

  8. #7

    Default

    of course PHP is a must for building dynamic website

  9. #8
    Fulltime Member chanthean will become famous soon enough
    Join Date
    Mar 2007
    Location
    Theres a room under your living room carpet...
    Posts
    522
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    PHP is a programming language for web contents like spyros says. But i think CSS should be the one that "format your content" as Spyros said.

    HTML are the basic things that made PHP and most of other web contents.
    I recommend that you only use PHP only if you NEED it and if you know how to program it. Even if you want to learn a programming language for web content, you should learn asp.net.

  10. #9

    Default

    You should continue building websites in HTML (and you should also learn and use CSS). PHP can be used for a lot of things, so it can be very useful.
    For example, let's say you have a navigation bar on every page of your website. One day you decide to add a new button to it, but to do that you have to edit every single page... With PHP, you can put that navigation bar's code in just one document, and then you can kind of "insert" that one document on every page. This way, you only need to edit the one navigation bar document to make the change on every page.

  11. #10
    atotya
    Guest

    Red face

    Php is being used with sql when html just use with access.

Closed Thread

Bookmarks

Posting Permissions

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