|
If it is such an error:
"The same error will continue to appear on line 6, ...line 9, line 10, line 11...all of this"
The problem may appear in the fifth line, and there is no writing; and the like, sometimes the error is the Nth line, and the error is indeed the N-1th line.
Problems like yours are often caused by single quotes or double quotes. If the above methods cannot be solved, you can encode the output content with base64_encode() and send it to everyone to see. The problem lies in the content of the variable $desc. So you have to post the content of $desc for everyone to see. Or post the php error message. |
|