Remoting issues. Loading works, sending doesn't

Do gateway connections stay open until you close them, or the swf?

Edit, There is actually a problem with my PHP… Not the actionscript. Can I have this post moved, please??

What did I do wrong here…

 $sql="INSERT INTO userInfo (userFeeds,userFeedTitles) WHERE user = '$ownerId' VALUES ($urlArray,$titleArray) ON DUPLICATE KEY UPDATE userFeeds= $urlArray, userFeedTitles= $titleArray";