i have trouble with adding value in database. When i add value in input type with out apostrophe then it's working. Example:
<input type="text" id="sample" name="sample" value="it is good">
But when i put the value with apostrophe it's not working. For example:
<input type="text" id="sample" name="sample" value="it's good">