View Single Post
  #5 (permalink)  
Old 07-01-09, 04:56 PM
=OTS=G-Man =OTS=G-Man is offline
Newbie Coder
 
Join Date: Jun 2009
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by ehaitham View Post
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.
Reply With Quote