Likes Received By Syndrom

  1. Fracisc liked Syndrom's post in the thread $_GET['stuff'] problem.

    sure you can. first check if magic quotes are on. if (get_magic_quotes_gpc()) { $str = stripslashes($str); }

    Feb 25, 2009