PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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
Last edited by sarris on Thu Jun 14, 2007 2:04 pm, edited 1 time in total.
Secondly, the error is because that function is not defined in your code. You will need to either find the file where that function is defined and include() it before you try to use it, write the function yourself, or look around the internets for a snippet that does what you want.