Hi @drueda,
In PHP, if you’re inside a string quoted by '
characters, you’ll need to escape '
s inside it with a backslash. You probably have a syntax error.
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @drueda,
In PHP, if you’re inside a string quoted by '
characters, you’ll need to escape '
s inside it with a backslash. You probably have a syntax error.
Regards,
Alec Smecher
Public Knowledge Project Team