Eric
|
| Posted: 04/15/2002, 1:02 AM |
|
I was wondering if someone out there can give me a hand. I am trying to use
Code \Charge in it's most basic, straight forward deployment. However, I am
having one small issue.
My set up is pretty straight forward as well. I have CodeCharge pumping out
some PHP code that is running on an Apache web server with a MySQL back end.
The tables in the MySQL backend were created by importing a tab delimited
TXT file. About 3500 records consisting of names, address, etc.
OK, now the problem. I created a simple search function but it doesn't seem
to be able to search using more than 1 letter. So, I can do a search for
any last name containing 'e' and get a bunch of results. But if I look for a
last name containing 'er', even thought there may have been many that
displayed in the first search, none will display in this search. This holds
true for all fields that I search on.
If I open a file that contains 'er' in the last name, not do anything to the
record, and hit update, then search for 'er', the record I touched with the
update feature will display.
Does anyone have any ideas?
Thanks in advance.
--
/E
php(please@remove)vanjohnson.com
if replying directly, take out the (please remove)
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/15/2002, 5:22 AM |
|
Was that a pure text or unicode file ?
|
|
|
 |
Eric
|
| Posted: 04/15/2002, 8:27 AM |
|
Pure text. Should it not have been?
|
|
|
 |
|