PHP Adding/Editing DB via FORMS The situation is, im using a normal HTML in a PHP page, the problem is when i add text to the textarea and submit it to the DB and when i query it to show up on the next page the <br>(these tags are entered manually into the textarea before submitting) show up in the text and the characters show up also anything after a double quote is not stored into the DB, the field is defined as a text type!
Any help would be much appreciated as always. |