Unable to connect Dreamweaver with mysqli
I am having hard time connecting to a sql database. I am using DW 19.1, Windows 10, Wampserver (all services running). I just build a simple DW-php form/code.
I am starting with two issues:
The very first line is looking for a wamp64.php file that has:
$wamp64 = mysql_pconnect(.......), I am replacing with mysqli but DW is replacing that all the time with the original mysql sentence.
Second: I am trying with different PHP verion, but I am not able to get the databases.
Can anyone help me with the right environment to avoid all this annoying situation. Seems like PHP's dreamweaver is working with and old version and DW is not reading mysql. Any help highly appreciated
Thread Renamed by Moderator.
