dbchristopher Posted January 16, 2012 Share Posted January 16, 2012 Hi everyone, I have a question about best practice for cleaning data in PHP for a postgresql insertion. I was going to use pg_escape_string, but on that page it recommended using pg_escape_literal for insertions instead: http://us3.php.net/manual/en/function.pg-escape-literal.php However, pg_escape_literal doesn't seem to be a part of my PHP installation. It says on the page "(No version information available, might only be in SVN)." How would I go about installing that in PHP? Is it even necessary, or would pg_escape_string be sufficient? I had been using addslashes() for quite some time, I must have missed the memo when that practice was deprecated :-| Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/255178-pg_escape_literal/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.