php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #12713 felix
Submitted: 2001-08-13 06:12 UTC Modified: 2002-04-27 15:59 UTC
From: ba-ok at 21cn dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.0.6 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ba-ok at 21cn dot com
New email:
PHP Version: OS:

 

 [2001-08-13 06:12 UTC] ba-ok at 21cn dot com
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-13 09:58 UTC] swm@php.net
More information is required here. Can we see some output
data? ie, echo your sql query string. (It looks like this
might be quite large. Best idea would be to output to a
text file and give a URL.)
 [2001-08-13 23:02 UTC] ba-ok at 21cn dot com
some information can be seen at here:
http://www.windrose-cn.com/error.txt

sanx. :)
 [2002-04-27 15:59 UTC] jimw@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".



 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 15:01:31 2025 UTC