im trying to echo mediaplayer embed code with IF statement. is there any way to replace all quotation marks (“) with (\”)’s ?
thank you..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As comments and other answers indicate your question may not be quite explicit enough. Taking it at face value, if you just want to replace double quotes (
") you should use str_replace()