It looks like you're new here. If you want to get involved, click one of these buttons!
<meta name="keywords" content="forum, vanilla" />
Comments
delete the comma (,) in implode(', '
So it looks like this:
$Keywords = implode(' ',$Keywords);