I am using the following code to insert text with double quotes in a mysql database:
mysqli_query($con, "insert into medicacaohistorico (data, unidadeori, unidadedes, itemdetalhe, qtd, solicitante, despachante) values ('".date("y-m-d")."', '"....
asked by
08.08.2018 / 14:22