When building a Guestbook you don't wan't ppl to ruin it by sending script to the database... How can i make a script that only allows <br>, <a href> </a>, <i></i>, <b></b>, and so on? Anyone know how to do this? //Johan
you have seen this forum replies form that used textarea and some buttons same this you use to do that in javascript
is this ok or anything diff. you want
Ah no i got my awnser the function i was looking for was strip_tags() but thanks anyway 🙂
//Johan