Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38

Thread: PHP or HTML ?

  1. #31
    moritz is offline Member
    Join Date
    Mar 2011
    Posts
    38

    Default

    if u make a dynamic site than PHP is best for it and if u make a simple static content site then html is goot for it

  2. #32
    JosephRoger's Avatar
    JosephRoger is offline Senior Member
    Join Date
    Aug 2009
    Posts
    167

    Default

    PHP and HTML both have really good features to create interactive web pages for any website.

  3. #33
    hawy89 is offline Junior Member
    Join Date
    Apr 2011
    Posts
    10

    Default

    I'd love to learn a bit more PHP so I could build my own sites from scratch. For now, I just rely on Joomla to build the code for me haha.

    But in answer to your question, both languages work quite well with each other and as JosephRoger has posted, PHP would be more ideal for a more interactive website. If you are building a small website for just advertising a business or something similar, HTML may be the way forward as no one would need to log in to view it.

  4. #34
    smokdarecki's Avatar
    smokdarecki is offline Junior Member
    Join Date
    Sep 2010
    Posts
    22

    Default

    Hello... Why do you say that html is ONLY ! for static ? RSS is static element ? You may paste java script into html code and RSS is working (dynamically)
    Sometimes, this is more problems and more job to be done but, I prefer html and xhtml code.
    Yeaaaah...of course, if somebody build a site where, footer get half of page, you better use php

  5. #35
    itabspst is offline Junior Member
    Join Date
    Jun 2011
    Posts
    10

    Default

    you will always need html.

    If you´ve got dynamic elements, you should use PHP.

  6. #36
    CowOfSteel is offline Junior Member
    Join Date
    Jun 2011
    Posts
    1

    Default

    If it's only a few pages and is static use html. You can also use javascript to make it more dynamic and even connecting to a database can be done with jquery without the need to reload the page which you have to do with PHP on its own.

  7. #37
    Patricia is offline Member
    Join Date
    Jul 2010
    Posts
    43

    Default

    Quote Originally Posted by SearchBliss View Post
    I'm thinking to build a new website , shall i go for html or php? looking for your suggestions....... thanks in Advance
    It al depends what you want/need on your website. If you just need some static information HTML with some CSS is fine.
    If you need dynamic data (for example get data from a database, etc) then you need PHP.

Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124