[PHP] Help with INSERT query

2001-01-24 Thread Darren Evans
t; . addslashes($FileName) . "'," . $DownloadCount . "," . $Categories . ",'" . addslashes($Redirect) ."')"; } Darren Evans Senior Site Coordinator www.bombs-away.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-

Re: [PHP] Help with INSERT query

2001-01-24 Thread Darren Evans
""Thor M. Steindorsson"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Some of your single quotes between values are missing (the . "','" . ), > messing up the query. > However it would probably be easier to do the addslashes() beforeyou do the > query so you