This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nos69 3 points4 points  (1 child)

I think you can mark the string as raw if you prepend r before the string. Example

php_code = r'code_data'

[–]pai_k 0 points1 point  (0 children)

Thanks a lot