PHP, MySQLi and Dynamic Parameter Binding
July 30th, 2009
No comments
I worked with PHP and MySQLi for the last few days and still don’t like it that much but got used to it.
Something that was annoying me pretty much was the Binding of Parameters in an SQL-Statement.
So I decided to write a little Helper Function for this. Read more…
Ad