Forum Moderators: coopster
if i'm posting it to a mysql database, is it better to strip the tags before I put it into the database, or on the fly?
for a mysql database, there is no need to change the characters before putting the text into the db. for a database it's gernerally a good practise not to put information into it, which is not needed (< instead of > makes 4 chars out of 1). because of this and some other reasons (compability, bugs in functions etc. pp.) i would suggest you to use "on the fly" [at the ouput].