i want to enable php function mysql_real_escape_string
how can i do that with ssh?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This question was answered by @asb:
Hi! Could you explain the problem that you’re running into in more detail? Are you seeing an error when using the function? It would help us answer your question better. The function
mysql_real_escape_string
should be available with a default PHP installation. Though it is deprecated as of PHP 5.5 and will be removed in a future release.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi! Could you explain the problem that you’re running into in more detail? Are you seeing an error when using the function? It would help us answer your question better. The function
mysql_real_escape_string
should be available with a default PHP installation. Though it is deprecated as of PHP 5.5 and will be removed in a future release.