elibraryportal Logo

PHP Prepared Statements in MySQL

Prepared Statements is also known as parameterized statement. It passes the query that contains placeholders (?) to the MySQL Server.

Example

Output:-

    New records created successfully

See in Fig..

PHP Prepared Statements in MySQL
Next Topic