Which function would you use to insert a record into a database in php?
Answer / Sayugva Raique
In PHP, the most common function used for interacting with databases is `mysqli_query()` (MySQL Improved). You can prepare an SQL query and then execute it to insert data into your database.
| Is This Answer Correct ? | 0 Yes | 0 No |
In php how can you jump in to and out of "php mode"?
How can we determine whether a variable is set?
What is the difference between php and core php?
How do I clear my browser session?
What is the difference between $message and $$message?
12 Answers BSPL, eGrove, i-Net Solution,
Is php front end?
What are Sub routines?
How do you pass a variable by value?
what are in image creating functions in php
What is oops php?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is the difference between implode() and explode() in php?