All Mysqli-extension related Questions

by sarah | 12/09/17 | 1 Answers | Tags : PHP , mysqli-extension , database , PDO Views : 1144
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 : 1209
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 fatso | 13/12/16 | 2 Answers | Tags : PHP , deprecated-function , mysql-extension , mysqli-extension Views : 1883
i am getting warning at my php website suddenly . i am getting error with mysql_connect . it working previously. so i do some effort . i checked with web-hosting people they said they upgrade php and want to solve it and so i did not get any problem. so how can i remove deprecated mysql_connect function and use mysqli and PDO instead.

Read more