ID: 15881
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating System: all
PHP Version: 4.1.2
New Comment:
notice that it's capital "%S" not "%s"
or any other unused char
Previous Comments:
------------------------------------------------------------------------
[2002-03-05 11:23:52] [EMAIL PROTECTED]
i've ask ppl in irc EFnet #php.
none of them like runtime magic quote.
so.......
i would like to have the following feature:
-> sprintf("%S", $string);
which is the same function as addslashes($string);
and i can do as the following:
-> mysql_query(sprintf("UPDATE mytable SET abc='%S'", $string));
i think this would make a great change to those php-sql scripts
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15881&edit=1