If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
What would the query be where I select from a table where the first letter of the data in a field starts with a certain letter? For instance J.
Or would I just have to select all and then filter through in php?
Thanks,
Jason
__________________ SnapSlides.Com - Create slideshows online to share with friends and family.
never a need to filter with php. the only time you would probably need to use php would be for displaying your data in other ways than you can pull it out of the database.