Contact: aviboots(AT)netvision.net.il
39,890 questions
51,821 answers
573 users
echo addcslashes('abc', 'A..z'); /* run: \a\b\c */
echo addcslashes('[ ]', 'A..z'); // small z /* run: \[ \] */
echo addcslashes('[ ]', 'A..Z'); // big z /* run: [ ] */