W
|
williamhalick author 9/4/2007 |
Another thing I just noticed is a lot of band names have "The" in them. Is there anyway for the ajax popup to ignore the word "The"... I guess instead of a search for all the words it displays any of the the words? |
![]() |
Alexey admin 9/6/2007 |
Hi, $LookupSQL .= "BandName LIKE '".db_addslashes($value)."%'"; and replace them with: $LookupSQL .= "BandName LIKE '%".db_addslashes($value)."%'"; |
M
|
morpheus 9/6/2007 |
well thats answered my question then <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=21162&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> |
W
|
williamhalick author 9/11/2007 |
well thats answered my question then <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=21282&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />
|
X
|
xliner 9/11/2007 |
Mine too... this program is awesome <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=21284&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
|
W
|
williamhalick author 9/11/2007 |
I had an issue but after installing the newest beta it went away <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=21286&image=1&table=forumreplies' class='bbc_emoticon' alt=':P' /> |