View Single Post
  #1  
Old 03-02-2008, 03:04 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Problem with wraptext() (might be a client problem)

I'm having quite some trouble with wraptext().

PHP Code:
wraptext(75" ""test1 @ test2"
Returns "test2".

PHP Code:
wraptext(75" ""test1 test2"
Returns "test1 test2".


So basically, whenever there is the @ operator in the string, it ****s up. I demand either help or a fix ;P
Reply With Quote