how to convert mysql code to mysqli in php

preview_player
Показать описание
Need Help Or Need code?
Feel Free To Contact Us Here

using this tutorial you can easily understand that how you can convert mysql code to mysqli because from php7 mysql is not supported so compulsory, user has to convert mysql to mysqli but it is easy, i am going to show you how it is possible, how to convert mysql code to mysqli
Рекомендации по теме
Комментарии
Автор

Thank you your instructions were a lot easier than any of the PHP help sites id visited .

illusions
Автор

You are the greatest PHP tutor all over the internet as far as I'm concerned or at least I find you the best php tutor for me!

koffworld
Автор

Thank you Amit! I have seen tons of those convert videos from mysql to mysqli and must admit, yours is the easiest and the one I will use to convert my application. Aapaka bahut bahut dhanyavaad!!!

niltonc.
Автор

Thanku so much bro, thats exactly what i was looking for.

utkarshsrivastava
Автор

Ohh God it's very easy...
Thank you bro . I subscribed you.

ammulutv
Автор

Thank you Bro, you helped me too much. 👍

santiagomontoyataborda
Автор

Thank you now i have understand the right way to msqli :)

amclemusic
Автор

What's the big difference b/w Mysql and Mysqli??

muneebahmad
Автор

Is there any other alternative, I mean how can we install mysql functions?

chiragdeo
Автор

Please do one more video using MySQLi with all options..

ammulutv
Автор

hi

qry = "select * from settings";
$rs = mysqli_query($conn, $qry);
$cnt = mysqli_num_rows($rs);
echo "cnt: ".$cnt;


in this situation "cnt" display no value can you help me with this?

ashishgangajaliya
Автор

thank you very much solved my long time problem

lingard
Автор

thanks to you see the way(bright) that am darkness on the concept

news.globe
Автор

PLS MAKE A vidoe of how to change mysqli to PDO AND HOW TO INJECT DB FROM SAMPLE PROJECTS

mohammedzaheeruddin