|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-13 09:58 UTC] swm@php.net
[2001-08-13 23:02 UTC] ba-ok at 21cn dot com
[2002-04-27 15:59 UTC] jimw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 12:00:01 2025 UTC |
It seems that the function addslashes() donesn't work correctly now. I write a program with the sql: "insert into member(membername,photo) values('$membername','".addslashes($picdata)."')" It worked correctly on php 4.02,but now cannt.so I want know what happened and how to correct it. sorry for my poor english.