-
I think, I've found the problem. You are using and if there are braces anywhere in text, the script will fail. BTW, why in the line 109 is $check = strpos($data_key[1], ")"); instead of $check = strpos($data_key[$i], ")");?...
-
I think, I've found the problem. You are using and if there are braces anywhere in text, the script will fail. BTW, why in the line 109 is $check = strpos($data_key[1], ")"); instead of $check = strpos($data_key[$i], ")");?...