View Single Post
Old 02-23-2005, 06:31 AM   #5
infoland
Green Mole
 
Join Date: Aug 2004
Posts: 6
As sure as i'm writing to you

And my search_function.php contains the right code

Quote:
else {
if (is_array($strings)) {
$strings = array_values($strings);
$num_in_strings_arr = count($strings);
}
else { $num_in_strings_arr = 0; }
$leven_final = "";
$leven_sum = 0;
I'm a little bit disapointed

Last edited by infoland; 02-23-2005 at 06:35 AM.
infoland is offline   Reply With Quote