Forum Moderators: coopster
/my-link-1234-test.html
is not picking up the database entry, which is "my-link-1234-test"
BUT when the database entry is
my-link-one-two-three-four-test.html
the entry is found without any problem when clicking on the link. The issue is related to the digits since when the link does NOT include digits, it all works fine.
I wonder if the issue comes from my php SQL filter, which looks like this:
SELECT * FROM article_content WHERE articletitle LIKE '%%%s%%'
I have tried to edit the "%" characters in many ways but still no luck.
Any help would be appreciated since I cannot figure this out.
[edited by: JayDev at 12:50 am (utc) on July 23, 2007]