We're using this script:
http://www.evilwalrus.com/viewcode.php?codeEx=262
Purpose: As each of our articles are viewed, it increments a counter in a MySQL db. Then, we display a weekly "most popular" list.
A sample of our page output is here:
http://www.growthtrac.com/popular.php
The script derives the page descriptions from the page <title>.
So, a page description might look like this:
Articles for Christian Marriage, Growthtrac-A Surprising Key
Instead of this (preferred):
A Surprising Key
QUESTION
How can I strip the repetitive <title> text from the page descriptions?
The text we want to eliminate is: Articles for Christian Marriage, Growthtrac-
Please be specific... I'm not an expert. Thanks.