for some reason, everytime i try to enter a string that contains this character:

'

it doesn't works

for example i have this:

$string = "This isn't working";

the database gives me an error, but when i remove the isn't part like this:

$string = "This is working";

what is the problem? do i need to get another dedicated server because the server you gave me is broken?

please advise.