From f01da4d71dca9ce4c0c5aa8ebed02884f3c59210 Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Tue, 6 Jul 2004 22:42:47 +0000 Subject: [PATCH] Updated example to handle "deep" arrays git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162778 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../info/functions/get-magic-quotes-gpc.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/reference/info/functions/get-magic-quotes-gpc.xml b/reference/info/functions/get-magic-quotes-gpc.xml index b1bd1b0375..a3cf275481 100644 --- a/reference/info/functions/get-magic-quotes-gpc.xml +++ b/reference/info/functions/get-magic-quotes-gpc.xml @@ -1,5 +1,5 @@ - + @@ -70,9 +70,18 @@ $sql = "INSERT INTO lastnames (lastname) VALUES ('$lastname')";