PHP Script / html intergration, idea!

Discussion in 'Scripts' started by skiddybox, Jul 29, 2011.

  1. #1
    I have a site built on a php script datafeed script. The problem is the script is not SE friendly for example I have no way of modifying meta descriptions for category pages and with no php knowledge myself I can't modify the script - have thought of outsourcing but to save cash I have an idea.

    Create a html site, move the script over to a folder within the domain and restrict it from robots then simply copy the raw html from the script generated pages so i can implement all the current pages in to SE friendly html pages.
    Then I can still have the benefit of the script for creating categories filled with products (in literally seconds) but then I can fully optimize the pages for seo.

    Is this a good idea or not?
     
    Last edited: Jul 29, 2011
    skiddybox, Jul 29, 2011 IP
  2. hassan001

    hassan001 Active Member

    Messages:
    468
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    70
    #2
    hassan001, Aug 27, 2011 IP
  3. skiddybox

    skiddybox Member

    Messages:
    90
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    yes exactly it doesnt make sense really.

    I just learning php so i can make my modifications to the script
     
    skiddybox, Aug 28, 2011 IP
  4. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #4
    So you'd have the PHP file echo the HTML text. Since that's exactly what PHP does, you've invented a description of PHP. (Not a new one, all I'm saying is that what you describe is how PHP works.)

    In order to do what you want you'd need knowledge of PHP. Once you had that you wouldn't bother doing it your way, since just writing the PHP code to create the HTML is easier than writing the PHP code to read an HTML file, then echoing the lines it reads.
     
    Rukbat, Sep 1, 2011 IP