|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-12-22 13:02 UTC] johannes@php.net
-Status: Open
+Status: Bogus
-Package: Feature/Change Request
+Package: *General Issues
[2010-12-22 13:02 UTC] johannes@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 04:00:01 2025 UTC |
Description: ------------ When I retrieve something from MySQL, I would like to use something like this: mysql_fetch_assoc($result, {FLAG HERE}) where the {FLAG_HERE} allows me to tell it to strip the slashes out automatically or not when it puts the data into the array. Hopefully this make sense. Thanks Tom