PDA

View Full Version : Encoding strings for PHP/SQL



Master Duck
June 3rd, 2002, 06:33 PM
could someone please tell me which characters need to be encoded for PHP and SQL, and how to do it?

suprabeener
June 4th, 2002, 12:03 AM
data = "funny&%?_characters";
safedata = escape(data);

eyezberg
June 4th, 2002, 01:15 AM
I thought Flash automatically url encodes everything it sends out..?