[PHP] StripSlashes() quotes in text boxes

2002-01-16 Thread Robert MacCombe
Hi, I have had a few problems retrieving MySql entries that contain quote marks. Slashes have been added before storing an item description such as: 17 SVGA Monitor. They've been removed before display too - and the description appears correctly on a page except when displaying in a text box (for

Re: [PHP] StripSlashes() quotes in text boxes

2002-01-16 Thread Jimmy
Hi Robert, administrator to edit the item description. When displayed in a text box the description just shows 17. The only solution I can find is to swap the quote marks for quot; when storing the item initially you can use htmlspecialchars() function to convet all the html chars. The