On Mon, Jul 13, 2009 at 10:16 PM, Muhammad Ali<[email protected]> wrote: > Hi Bradley > > Thank a lot for your answer you have saved me hours and injecting work > arounds :) > > if(isset($postValues['title'])) $postValues['title'] = > stripslashes($postValues['title']);
That is a bad hack. Say you have a slash in it for real. Just get rid off magic quotes, they shouldn't be used anywhere anyway. Till
