2012-10-15
2012-10-15
Zero Percent Game Dev - Almost done trade.
I really, really need to get back into the habit of doing a comic every night. I had such a clear, perfect memory of what happened Monday until around Wednesday, and it is now Thursday. Oh, I fixed that annoying HY093 bug. I was trying to bind a parameter that was hardcoded. For example: $conn -> prepare("INSERT INTO table (col1, col2) VALUES (:val1, 12)"); bindParam(":val1",5); bindParam(":val2",12); Which is why it was saying HOLD ON, SLIM. Too bad I only figured that out after spending hours debugging every other little thing in that function. :p