Welcome Guest, Not a member yet? Register   Sign In
Problem in single quote
#2

[eluser]Isern Palaus[/eluser]
http://php.net/manual/en/function.addslashes.php
http://www.php.net/manual/en/function.stripslashes.php

Code:
$add = "Mc’Donald - I need to allow this value into database.";
$add = addslashes($add);

echo $add;

$strip = $add;
$strip = stripslashes($strip);

echo $strip;


Messages In This Thread
Problem in single quote - by El Forum - 02-04-2011, 04:28 AM
Problem in single quote - by El Forum - 02-04-2011, 05:07 AM
Problem in single quote - by El Forum - 02-04-2011, 05:13 AM
Problem in single quote - by El Forum - 02-04-2011, 05:14 AM
Problem in single quote - by El Forum - 02-04-2011, 05:26 AM
Problem in single quote - by El Forum - 02-04-2011, 05:33 AM
Problem in single quote - by El Forum - 02-04-2011, 05:48 AM
Problem in single quote - by El Forum - 02-04-2011, 05:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB