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 am using wordwrap function to show long string in table's column with limited column sizebut the problem is that when i break string in 20 char strings javascript take this in single quotes 'stingABC' but in my case it dose not find ending quote
'StingAB
cvbn
ckjc'
and shows error unterminated string constant. what should I do?