TinyWebDB-PHP
TinyWebDB-PHP copied to clipboard
Kodular realese 1.5 Fenix | 15 July 2021 problem with --> \\\"
just add to
$value = trim($_REQUEST['value']);
add -- >
$value = str_replace("\"", "'", $value);
it helped me