I have a php page where the customer adds inventory in feet('). When they fill out the form to make changes, the confirm pages shows the quote with a slash (/'). I have used $size =stripslashes($size); before when there was only one column with that problem but this database has 20 places to strip the slash from. Is there a single code that will strip the slashes from all the columns without having to enter the code above 20 times? I am extremely new to php and am learning more and more each day so treat me as a novice, please :-)