Tag Archives: whitespace

PHP Script to Trim and Replace Apostrophes for Each Value in Each Column of Each Table in a MySQL Database

I needed to quickly whip up a script that would strip all leading and trailing whitespace plus replace any apostrophes or quotation marks with their web code equivalent for each and every value that appeared in every row, column and table in the database. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , , , , | View Comments