0

I want to insert a xml file as a string as a entry into mysql. However, because of the presence of special characters, I am not able to do.

Is there any function in PHP that converts the xml into a format compatible with mysql query.

Thanks

1 Answer 1

2

mysql_real_escape_string();

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.