video #38H - Advance PHP | SQL (Insert, Update, Delete)

13 days ago
1

I am still using the MySQL database. In this video, I am showing you the search technique. We are going to use SQL which stands for “Structured Query Language”. It is a domain-specific language used in programming and designed for managing data.

We will use INSERT, UPDATE, and DELETE commands to enable SQL users to manipulate and modify your data.

I check if the 'Search' button has been press. Then I create the select statement that I am going to use in the 'prepare' statement. I am also using the 'bindValue' with placeholder. Then I execute and fetch all data.

Loading comments...