|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have a question regarding search algo. I have a search form the searches the content on a real estate website. Excluding information pulled from the MLS, becuase it is stored in an XML file on another server.
Q: How can I get my search algo. to recognize sets of data like: AA7639065 RC6589905 Always 2 letters followed by a series of 7 to 8 numbers? Once the data is recognized I can just redirect to the other server and perform the search. PHP and MySQL capabilities.
__________________
Silver Spring Real Estate | Southern Maryland Real Estate | Military Relocation Specialist |
|
|||
|
What language is your search written in? It's simple in Perl to find those particular words
Code:
if ($search_term =~ /^\w\w\d+$/) {
dostuff...
}
Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |