Quote:
Originally Posted by ehaitham
Hey this doesn't help me alot , i need to see if the script code is write or wrong
|
The code is written right, its the fact that your passing Unicode text into a string thats reading it as ASCII. so PHP sees a bunch of 0x06 and 0x00, in the string witch are ACK and NULL in ASCII, this is why PHP is complaining.