Comment on Show HN: Iorad - the tutorial builderComments−greut14yWhat is that meta and form between your doctype and <html>? A coldfusion specialty?And please, fix the SQL injection you may have and the debug mode too! Try searching for something like: " (a double-quote only)−biot14y VENDORERRORCODE 1064 SQLSTATE 42000 SQL SELECT * FROM module WHERE name like "%"%" AND is_deleted <> 1 ORDER BY name DATASOURCE dsn_iorad Wow... also, how are user passwords stored? I'd query the schema myself, but that would be wrong. :)
Comments
What is that meta and form between your doctype and <html>? A coldfusion specialty?
And please, fix the SQL injection you may have and the debug mode too! Try searching for something like: " (a double-quote only)