Skip to main content
This topic has been closed for replies.
Correct answer Nancy OShea

Yes.  Use the MySQLi (improved) extension to replace the current connection code.

It will look something like this.

<?php require_once('Connections/myConnect_i.php'); ?>

<?php require_once('webassist/mysqli/rsobj.php'); ?>

1 reply

Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
Community Expert
April 13, 2018

Yes.  Use the MySQLi (improved) extension to replace the current connection code.

It will look something like this.

<?php require_once('Connections/myConnect_i.php'); ?>

<?php require_once('webassist/mysqli/rsobj.php'); ?>

Nancy O'Shea— Product User & Community Expert
Operacional23
Known Participant
April 28, 2018

Does the site work even with this error?

BenPleysier
Community Expert
Community Expert
April 28, 2018

Ideally you should change your code. In the meantime you can try adding the following to the top of the page and fingers crossed that the site will still work.

<?php error_reporting( E_ALL ^ E_DEPRECATED ); ?>
Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!