[SOLVED] ISOtoUTF
Posted: Thu Jun 14, 2007 8:51 am
Hi there, i was given s ascript from company in order to acces a web service of them...
at the line
i get error about the ISOtoUTF function.
Does anyone know where can i find the prototype of this function to embedd it in the script and make things work?
thanks
at the line
Code: Select all
$res = $msclient->Connect('<ConParams user="'.ISOtoUTF($username).'" pass="'.ISOtoUTF($password).'" enckey=""/>');Does anyone know where can i find the prototype of this function to embedd it in the script and make things work?
thanks