I know how to do a fetch array to create a while loop as well as the mysql query in ASC order.
What I'm trying to sort out is how I might be able to make it create the ASC order but to ignore the initial words "The" or "A" in the results
example if the records have
-Running Around
-The End Game
-A Robotic Arm
-Mighty Mouse
I want the result to show
- The End Game
- Might Mouse
- A Robotic Arm
- Running Around
when it shows me the listed results in ASC order
Thanks for your time and help