Inner Page - php or html?

Discussion in 'HTML & Website Design' started by master-yoda, Feb 4, 2010.

  1. #1
    master-yoda, Feb 4, 2010 IP
  2. krsix

    krsix Peon

    Messages:
    435
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It doesn't really matter
     
    krsix, Feb 4, 2010 IP
  3. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #3
    It all depends on who you're trying to please.

    Personally, I like the 'look' of:
    directory urls > blabla.com/mypage/
    or
    plain old .html > blabla.com/mypage.html

    It's also much nicer to "hear", if for instance your URL ever gets read on a podcast or whatever.

    "BLABLA DOT COM SLASH MY PAGE DOT PHP" sounds nerdy. "BLABLA DOT COM SLASH MYPAGE" sounds far more accessible for your average granny. :)

    ---

    But, in the long run... no, it probably doesn't matter too much.
     
    Kerosene, Feb 4, 2010 IP
  4. pammi388

    pammi388 Peon

    Messages:
    231
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it dosen't matter.
     
    pammi388, Feb 5, 2010 IP
  5. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It really doesn't matter. However, I like my pages to be PHP to allow for modification and upgrades later on. If you are using PHP you should create a consistent header and footer that is included with the require_once tag in PHP. This will cut your load time and file size down immensely.
     
    LeetPCUser, Feb 5, 2010 IP
  6. nandananushil1

    nandananushil1 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i think you should use php. suppose for any reason you have to download it to local server for editing and it doesn't have handler mappings configured; your php code won't work properly
     
    nandananushil1, Feb 5, 2010 IP
  7. nadiralishah_webexpert

    nadiralishah_webexpert Guest

    Messages:
    229
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    if your contact page having form to submit to contact you, and if its posting to the same page then obviously this page require php programming and must be keep as is as .php page.. if this is just an static html page, then u can use it as .html page, not a problem.
     
    nadiralishah_webexpert, Feb 5, 2010 IP