From: SourceForge.net <no...@so...> - 2004-02-22 23:31:58
|
Bugs item #804184, was opened at 2003-09-11 00:21 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=804184&group_id=8956 Category: User Group: v1.6.1 >Status: Closed Resolution: None Priority: 5 Submitted By: Elie De Brauwer (amo-ej1) >Assigned to: Matthew Gregg (greggmc) Summary: Problem with quotes Initial Comment: http://phpesp.sourceforge.net/demo/public/survey.php? name=TESTING1234577 In the essay box type something which contains a bunch of quotes and double quotes (or pick a french line, or just copy the example above). Do NOT check on or the combo boxes (so you forgot to fill out a required question), press submit. The program still knows the data you entered but it has escaped it, now if that was a big text you could amuse yourself deleting all the backslashes. On the otherhand a user could also not see it, press ok and enter the quoted text into the database which isn't a good solution either. problem exists on 1.6.1 running at home and at the online demo. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-02-22 18:22 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-24 10:04 Message: Logged In: NO using html_entities or urldecode might solve this problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=804184&group_id=8956 |