String SQL command escape : String Escape : String PHP Source Code


PHP Source Code » String » String Escape »

 

String SQL command escape



       

<?php
$query = "SELECT quote FROM test WHERE 'ID'=1";
$quote = stripslashes($query);
   
echo $quote;
?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo String
» String Escape