Why PDO is dumb and I hate it!
PDO is dumb! Why? Today I had to build a Data Syndication Script. It works perfectly and I did something like: INSERT INTO <table> ( … ) VALUES ( … ) ON DUPLICATE KEY UPDATE <key> = <value>; But this was a problem because I… Read More »Why PDO is dumb and I hate it!