I Need Help On This Little Code

Discussion in 'PHP' started by mbanusick, Dec 14, 2010.

  1. #1
    <meta name="keywords" content="' . $context['meta_keywords'] . '" />
    PHP:
    Please I would like to add a custom message that should appear before the contents of
    $context['meta_keywords']
    PHP:
    , please help me out...

     
    mbanusick, Dec 14, 2010 IP
  2. tvoodoo

    tvoodoo Active Member

    Messages:
    239
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53
    #2
    <meta name="keywords" content="your custom message,' . $context['meta_keywords'] . '" />
     
    tvoodoo, Dec 14, 2010 IP
  3. mbanusick

    mbanusick Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    @tvoodoo
    thanks...it has no errors when i added your code, but the page is not showing the code i added in the description info...
     
    mbanusick, Dec 15, 2010 IP