INSERT SELECT UPDATE AND DELETE WITH PDO

CRUD is most important thing in any programming language. After reading Programming basics ,we move to CRUD(create,read, update, delete). When we use MySQL database ,it is recommended to use PDO to secure web application from SQL injection. How to use mysqli_connect in PHP How to Setup MySQL Connection Using PDO in PHP In this tutorial, … Read more

how to select mysql column with comma separated value in php

select mysql column with comma separated value One day i faced a problem for matching a single value holds in variable from a database column which holds comma separated values for search box and feel typical and lenghty attempts.I found its solution in very easy step.I am sharing its solution with all of you.Simple query … Read more