Ed Curtis wrote:
mysql_query ("INSERT INTO tmphitsmag (magazine) VALUES ('$magazine_path[2]')");

Replace that with this...


mysql_query ("INSERT INTO tmphitsmag (magazine) VALUES
             ('".mysql_real_escape_string($magazine_path[2])."')");

-Stut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to