I am having problems with a data entry issue i have a field in my database which is called headline it is set to varchar 255 when i insert for example something with for eample.
The 'dogs' are very big.
the code is sent by normal $headline=$_POST["headline"]; then inserted to the database normally but what is saved keeps coming out as
The ???dogs??? are very big/
why is this why is it changing '' to ??? ???
??? Any ideas on how i can fix this issue?