MySQL Prepared Statement in Php

A prepared statement is a feature used to execute the same SQL statements repeatedly with high efficiency. Prepared statements are very useful against SQL injections.

Code :