Quote Originally Posted by DrByte View Post
I think both of those "/!/" should have just been '!' instead.
i tried changing
PHP Code:
$sips_values     explode ("/!/"$sips_result);
$sips_resp explode "/!/"$sips_resp ); 
to
PHP Code:
$sips_values     explode ('!'$sips_result);
$sips_resp explode '!'$sips_resp ); 
but sitll no luck
anything else i missed?