Stripslashes php function
In php stripslashes() function removes the backslashes in the data (\' changes into ' and \\ into \ ).
See in the example.
<?php $str="This is Raj\'s book."; echo stripslashes($str); // This is Raj's book. ?>
← Previous post
Next post →
Blog Search
Recent Posts
Manage cache in magento 2
Add block class in cms page in magento 2
Setup cron jobs in magento 2
Manage indexers in magento 2
Php Interview Questions And Answers
Most Viewed
Php registration form | php registration script with mysql
Php script for downloading files
Select Option from mysql database
Php login form | php login script with mysql
Implode and explode in php
Subscribe For Free Newsletters
×
Get the latest tutorials,new tips and more straight to your inbox.
Name:
Email: