I am getting a parse error, and I think it\'s because of the quotation marks over \"time\". How can I make it treat it as a whole string?
\"time\"
$text1= "From time to \"time\"";
or
$text1= 'From time to "time"';