I consider myself to be a pretty basic coder with PHP and although I can do some things quite easily, I've always been worried about the security of the code I produce.
My SQL queries have been pretty basic and although I don't code for a job I am aware that the risk to SQL injection is there with the way I do things.
So I got looked into bind_params and have discovered PDO which seems like a logical step to make.
Just wondered if anybody had any links to any good sites/tutorials in order to have a read?
My SQL queries have been pretty basic and although I don't code for a job I am aware that the risk to SQL injection is there with the way I do things.
So I got looked into bind_params and have discovered PDO which seems like a logical step to make.
Just wondered if anybody had any links to any good sites/tutorials in order to have a read?