
01-07-2005, 02:06 PM
|
 |
|
|
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by rake
Here i am again to offer the solution..
remove this if entirely:
if ($j < $countsimiliar-1)
and add the and argument after each call condition.
then, just before
$similarquery = $similarquery.$similarquery2;
add
$similarquery2 = substr($similarquery2, 0, -4);
|
Problem Number One Implemented ! - (thanks to rake)
It works !   
|