Incorrect bind column causes HY093

Over the past few weeks, I’ve been learning more about XSL, Javascript, and CSS. Along the way, I’ve been doing much more work with PDO. Yesterday I encountered a 501: Internal Server Error which had me stumped until this morning. The SQL was something like this: INSERT INTO mybconfig.keys (key_name, key_type_id) VALUES ( :key_name, :key_id_type […]

Incorrect bind column causes HY093 Read More ยป