Insert tags in meta keywords without link

Discussion in 'PHP' started by odiv, Sep 23, 2010.

  1. #1
    Hello everyone,
    this is my first post here and I will hope you may help me.
    My problem is:
    I have gamesmagia.net and on this script I want that the tags to be inserted in meta keywords.
    There, in this moment, it looks something llike this
     echo '<meta name="keywords" content="'.$game['name'].', '.$setting['site_keywords'].'" />';
    PHP:
    but $setting['site_keywords'] I want to replace it with $game['tags']. But when I do this it shows at the begining of the site links with the game tags.

    How can I remove those link to remain only the words ?
     
    odiv, Sep 23, 2010 IP