people, i try to find solution for posting quoted strings into interbase db from php
for example when i try to post string like ''' i get error,
i trying to make this string
$str_data = htmlentities($str_data, ENT_QUOTES);
but this dont helps, what is a normal solution for posting very quoted strings, for examples quoted strings without any alphanumeric chars
maybe anyone can post any solutions ?
thanks