Jump to content

[SOLVED] Ignoring comman words while getting results from a database query


adrek

Recommended Posts

Ok here is my problem. I need to pull values from a database starting with a letter.

 

here is my query

 

SELECT * FROM titles WHERE name LIKE '%$letter'

 

i have a couple names that start with 'the' and other common words. is there any way to ignore that? like for example. "The Lord of the Rings" would show up under 'L' as oppose to 'T'.

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.