using a range of numbers as a wildcard

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
stubarny
Forum Newbie
Posts: 10
Joined: Thu Jul 27, 2006 12:53 pm

using a range of numbers as a wildcard

Post by stubarny »

Hi,

I'm trying to search for a wildcard within a variable. My question is how can i set the wildcard to be a range of numbers?

e.g. my wildcard range of 19968 to 40891 should match the variable "軀"


Thanks for your help!

Stu
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'm going to have to say I'd need more information.. or something more of a code example to understand what you actually need.
Post Reply