Open DaveInchy opened 3 years ago
I learned from doing this custom fix on a local branch, that it's just the quotes thats used.
Maybe read the PHP docs to find out what each type of quotes does, because sometimes they all have their own execution, like in bash bourne mkdir <dirname>
with the ` Quotes executes another function/program/command.
Need to add custom (SQL syntax) quotes to objects in QuickBrowse's core database classes. Its not possible to change SQL syntax with Oracle's MYSQL implementation.
Optional Fix: use PDO and drivers