I have a menu page that pulls a page from the db table that will begin with each letter of the alphabet, depending on the choice. The code looks like this:
/ftp-detail.php?search_column=merchant_name&search_value=z
If I substitute the number 1 for z it will pull the non aplhabetical items beginning with 1, and 2 will pull 2 etc.
What I need is the code that will pull ALL the non alphabetical (ie 0-9).
I've tried every combo, tried range,( /ftp-detail.php?search_column=merchant_name&search_value range = (1-3)
/ftp-detail.php?search_column=merchant_name&search_value= range (1-3)
and every conceivable combo in between.
still no cigar.



times (well not literally, but alot).
Bookmarks