2
votes
5answers
664 views
What is the best way to escape Python strings in PHP?
I have a PHP application which needs to output a python script, more specifically a bunch of variable assignment statements, eg.
subject_prefix = 'This String From User Input'
msg_f …
