Jump to content

ineedhelp73

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ineedhelp73's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Definitely a NooB to php programming. This has to do with a client's site where the meta tags are called for specific pages but he has it setup where meta tags are being shown 5 times within the source code. When asked about the issue this is what he sent: "I know about the meta tag problem but I'm not sure how to fix it... I use php with some 'include' commands. Simply, one page pulls another page into itself.... my index.html looks something like this: <head> some stuff including meta info </head> <body> ?php(include'pageheader.html'); ?php(incldue'pagebody.html'); ?php(include'someothercrap.html'); </body> those include files all have their own meta info.... so when php pulls the files in, it includes meta info in the body of the index.html page. I have been looking around to see how people handle this but haven't spent enough time on it.... I need to do a rewrite anyway so I'll probably stop using them then if I can't figure out a work around." If anyone can throw some advice our way it would be super appreciated. I have been looking for a cool place to pick on my php. Much appreciated if able. If I posted this in the wrong section I apologize. Tony
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.