From: Aaron D. T. <at...@on...> - 2002-03-07 03:52:25
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm a bit confused by the apparent use of stripslashes() against SELECTS. Basically if I want to store the value '\[foo' I will do an INSERT INTO table string VALUES('\\[foo') and then SELECT that row, I'll get the value '\[foo' back. However PHPMyEdit then does a stripslashes() for no apparent reason which then displays '[foo'. - -- Aaron D. Turner Security Architect, OneSecure http://www.onesecure.com/ at...@on... work: 408-992-8045 cell: 408-314-9874 pub 1024D/1B57EB4D 2000-09-27 Aaron D. Turner <at...@on...> Key fingerprint = F90C BFB4 4404 5504 295D 4435 578B 1DD5 1B57 EB4D All emails by me are PGP signed; an invalid signature indicates a forgery. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Public key 0x1B57EB4D at: http://www.keyserver.net/en/ Filter: gpg4pine 4.1 (http://azzie.robotics.net) iEYEARECAAYFAjyG440ACgkQV4sd1RtX601rtwCgiZTpzZoSHa7eOEp+jRCTR4tV eZ0Anj7NmeyjwKSn/ghVidxGAGjJNZF5 =lOzz -----END PGP SIGNATURE----- |