What free program will change HTML to PHP

Discussion in 'Programming' started by goy, Oct 9, 2010.

  1. #1
    Before you answer, it is a hell of files like 2000 so no trial or websites can do it for me i need a program.
     
    goy, Oct 9, 2010 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to define what you mean by "changing to PHP".... to simply change the file extension is simple but won´t actually do anything other than slow your site.
     
    AstarothSolutions, Oct 10, 2010 IP
  3. guardian999

    guardian999 Well-Known Member

    Messages:
    376
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    HTML is markup language
    PHP is Web Programming Language

    Ladies ;)
     
    guardian999, Oct 10, 2010 IP
  4. goy

    goy Well-Known Member

    Messages:
    1,010
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Well i have html files i need to change them to php files. They are very basic and i need to run a script on them that wont work on HTML pages.
     
    goy, Oct 10, 2010 IP
  5. guardian999

    guardian999 Well-Known Member

    Messages:
    376
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #5
    You only need change the extension to .php and insert your php code.
     
    guardian999, Oct 10, 2010 IP
  6. trendgfx

    trendgfx Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Use this method ;)

    w*w*w.ehow.c*o*m/how_5136964_change-file-extension-multiple-files.html

    This can change them all your 2000 HTML files to PHP!
     
    trendgfx, Oct 10, 2010 IP
  7. TechGuy1

    TechGuy1 Active Member

    Messages:
    143
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    68
    #7
    learn about php language.
     
    TechGuy1, Oct 10, 2010 IP
  8. goy

    goy Well-Known Member

    Messages:
    1,010
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #8
    I know about PHP what lame answer was that, if i want to convert files nothing to do with php TECHGUY1, thanks trend
     
    goy, Oct 10, 2010 IP
  9. goy

    goy Well-Known Member

    Messages:
    1,010
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #9
    Sorry to say that program did not work, it just give me some funny error when i try to convert. I am using Windows 7
     
    goy, Oct 15, 2010 IP
  10. pan_zik

    pan_zik Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    PHP page builder
    HTML to PHP builder
    HTML to PHP Converter
    PHP Converter
     
    pan_zik, Oct 16, 2010 IP
  11. goy

    goy Well-Known Member

    Messages:
    1,010
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #11
    can you PM me the links?
     
    goy, Oct 16, 2010 IP
  12. konk353535

    konk353535 Peon

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    dont think u can as php needs html i dont see the point u can add extra stuff into the already html by using these tags anywhere u want <?php code ?> that might be easier then changing the entire script
     
    konk353535, Oct 23, 2010 IP
  13. goy

    goy Well-Known Member

    Messages:
    1,010
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #13
    that did not work for me, i tried to add the php code inside but nothing happened. You mean if i change the ending of each html page to php nothing will happen?
     
    goy, Nov 3, 2010 IP
  14. prkishnani

    prkishnani Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    prkishnani, Nov 3, 2010 IP
  15. goy

    goy Well-Known Member

    Messages:
    1,010
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #15
    thanks, that service was down for the moment, is this just a directory or a direct link to a download
     
    goy, Nov 3, 2010 IP
  16. aprillove83

    aprillove83 Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Well, learn regarding the php language.
     
    aprillove83, Nov 4, 2010 IP
  17. goy

    goy Well-Known Member

    Messages:
    1,010
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #17
    i know about it whats your problem? Or did you just want to boost your post? Change 200 000 html pages into php has nothing to do with php or html it is about using something to make it easy to manage.
     
    goy, Nov 5, 2010 IP
  18. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #18
    At first read, I was going to say this is a dumb question, but, the more I thought about it, I realized it's not. However, you're fighting an uphill battle and doubt you will find something like this. I'd almost think there would be something out there but finding it will be hard. Implementing it harder.

    If these pages are all the same site and similar, I'd think it would be more productive and easier to just write the PHP yourself.
     
    drhowarddrfine, Nov 5, 2010 IP
  19. helloguys12345678

    helloguys12345678 Greenhorn

    Messages:
    50
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    20
    #19
    What would be the purpose to change all the html static pages to php? If they are static to begin with, then converting them to php files will do you no good. I think you should just rewrite the logic in php that generated the html files. Otherwise, if you really want to change all the extensions from html to php, just go to the terminal and change it.
     
    helloguys12345678, Nov 7, 2010 IP
  20. ActiveFrost

    ActiveFrost Notable Member

    Messages:
    2,072
    Likes Received:
    63
    Best Answers:
    3
    Trophy Points:
    245
    #20
    Just change the extension and you are all set.
     
    ActiveFrost, Nov 7, 2010 IP