|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-03-02 11:07 UTC] ronen at aai dot co dot il
[2000-03-02 11:41 UTC] joey at cvs dot php dot net
[2000-03-03 05:06 UTC] ronen at aai dot co dot il
[2000-03-03 11:11 UTC] mrobinso at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 09 11:00:01 2025 UTC |
It is not possible to insert the ' char (Ascii code = 39) into a mysql table. for example: $CooperationDescription = "children's books"; $setstring = " CooperationDescription = '$CooperationDescription' "; $result = mysql ("password","UPDATE Tbl SET $setstring WHERE (CNumber = $CNumber) "); in this case the data will not be inserted or updated . and $result will be equal to "". if you need more information please contact me : E MAIL: ronen@aai.co.il Please email to me an answer anyway.