Thread: Update code
View Single Post
  #3  
Old 13th October 2019, 19:12
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default
is here any coder to help me

ex:
Quote:
if (mysql_affected_rows() === 0) {
to this

Quote:
if (mysqli_affected_rows() === 0) {
or

Quote:
if (mysqli_affected_rows($GLOBALS["___mysqli_ston"]) === 0) {

Last edited by elvira; 13th October 2019 at 19:23.
Reply With Quote