All PDO related Questions

by sarah | 12/09/17 | 1 Answers | Tags : PHP , mysqli-extension , database , PDO Views : 1146
i am using the mysql untill now but its deprecated from now so i am finding good way to get list of database in PHP with mysqli or PDO so how to get list of database in PHP without mysql.

Read more

by jessica | 11/02/17 | 1 Answers | Tags : mysqli-extension , database , PDO Views : 1212
what is difference between mysqli and PDO in PHP ? which one is best to use mysqli or PDO in PHP ? i mostly used mysql extension , never used PDO and mysqli is extended version of mysql and PDO is already know good alternative of mysql extension . so which one is good or bad between mysqli or PDO ? what is pros and cons of mysqli and PDO so i can avoid problem of database related in advance

Read more

by pratik | 10/02/17 | 1 Answers | Tags : PHP , MySQL , PDO Views : 1253
PHP :: what use of fetch_style and fetch_argument parameter in PDO

Read more

by jaydeep | 08/02/17 | 1 Answers | Tags : PHP , PDO , FATAL-ERROR , prepare , exec Views : 5831
using PHP / PDO , i made code to use MySQL

Read more