how to fix this unterminated string literal error?

SnAFy

New Member
It is giving me an unterminated string literal error: \[code\]var image_file_name = "<br/>\[/code\] for this line below:\[code\]var image_file_name = "<?php echo str_replace("\n", "", $image_file_name); ?>";\[/code\]Any ideas on how this can fixed? Open to all ideas to test :)
 
Back
Top