Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38

Thread: PHP or HTML ?

  1. #1
    SearchBliss is offline Member
    Join Date
    Mar 2010
    Location
    Dallas
    Posts
    92

    Default PHP or HTML ?

    I'm thinking to build a new website , shall i go for html or php? looking for your suggestions....... thanks in Advance

  2. #2
    wanjamie is offline Junior Member
    Join Date
    Mar 2010
    Posts
    19

    Default

    For dynamic content. php is the best choice.
    For static content, HTML is fine.

  3. #3
    Cyber Master's Avatar
    Cyber Master is offline Junior Member
    Join Date
    Mar 2010
    Location
    South West
    Posts
    24

    Default

    This completely depends on what would you like to build. If you want a simple site (a few pages, contact form... etc) then you don't need php ...but if you would like to create something more complex like custom cms, use mySQL databases then PHP is a way to go. Consider also that more dynamic system with php maybe be more vulnerable and make your server acting slower due to more dynamic queries.

  4. #4
    surreypcsupport's Avatar
    surreypcsupport is offline Senior Member
    Join Date
    Nov 2008
    Location
    surrey
    Posts
    565

    Default

    I always use PHP even for static sites. This means that parts of the pages that are the same for all are written in a PHP include file. This means if I want to change something in the navigation or footer for example, I can change one file and all pages are changed.

    Otherwise you have to make the same change to every page which is just damn crazy.

  5. #5
    airforce1's Avatar
    airforce1 is offline Senior Member
    Join Date
    Sep 2009
    Posts
    203

    Default

    In my own experiences, PHP is powerful when using with DBMS like MySQL. It would be really helpful in generating pages for a big site and search engines now have no problem in indexing and ranking dynamic pages or sites using PHP. It is easy to maintain also.

    Thanks,

  6. #6
    joomlads07 is offline Junior Member
    Join Date
    Feb 2010
    Location
    3 Locust Street, Suite A Assonet, MA 02702
    Posts
    10

    Default

    If your website is supposed to contain dynamic pages then I think you should go for PHP because it will save a lot of time & if the website is supposed to contain static pages then HTML should be preferred.

  7. #7
    skyhigh is offline Junior Member
    Join Date
    Dec 2009
    Posts
    17

    Default

    For the extending development in the future, I suggest you using PHP.

    But, if the website you are going to build needs only few pages, it's recommended to use only HTML pages.
    Sharing for two nice tools:duplicate file finder to remove duplicates and email Duplicate email reomverfor directing internet marketing.

  8. #8
    Jay-S is offline Junior Member
    Join Date
    Apr 2010
    Posts
    19

    Default

    You will always need to use HTML even if you code with PHP. In the end PHP will output HTML code for the browser to interpret.

    It all depends on if you are running a static or dynamic website.

  9. #9
    surreypcsupport's Avatar
    surreypcsupport is offline Senior Member
    Join Date
    Nov 2008
    Location
    surrey
    Posts
    565

    Default

    Quote Originally Posted by joomlads07 View Post
    If your website is supposed to contain dynamic pages then I think you should go for PHP because it will save a lot of time & if the website is supposed to contain static pages then HTML should be preferred.
    I disagree. Even for static web sites you should use a php include file for all parts of pages that are the same throughout the site. Saves enormous amounts of time when making changes later.

  10. #10
    mad88 is offline Junior Member
    Join Date
    Apr 2010
    Posts
    7

    Default

    shure php is the best try to use php + some js

Page 1 of 4 123 ... LastLast

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