I have got a feedback form on my website that when a customer writes a testimonial it gets automatically added to my testimonials.php page but have noticed that if a customers writes the word can't for example, the testimonial is not displayed on the website due to the character ' in the word betwen the n and t and have found out it is to do with the following line I think
- Code: Select all
$query = "insert into testimonials(name,testimonial)values('$name','$testimonial')";
How would I change that line or insert a bit of coding so that characters like ' and others are displayed when words that have them characters in are added to the database table
Kind regards
Ian

