php mysqli affected rows returns 0 when it should return a positive integer

suggest change

Versions

[{“Name”:“5.5”,“GroupName”:“PHP 5.x”}]

Introduction

This script is designed to handle reporting devices (IoT), when a device is not previously authorized (in the devices table in the database), I add the new device to a new_devices table. I run an update query, and if affected_rows returns < 1, I insert.

When I have a new device report, the first time $stmt->affected_rows runs it returns 0, subsequent communication returns 1, then 1, 0, 2, 2, 2, 0, 3, 3, 3, 3, 3, 3, 0, 4, 0, 0, 6, 6, 6, etc

It’s as if the update statement is failing. Why?

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


PHP mysqli:
* php mysqli affected rows returns 0 when it should return a positive integer

Table Of Contents
2 Arrays
4 Types
10 Cookies
14 JSON
15 SOAP
17 cURL
19 XML
21 Traits
35 UTF-8
36 URLs
38 PHPDoc
41 Loops
44 Closur
72 YAML
77 Cache
78 Streams
81 PDO
82 SQLite3
83 Sockets
87 MongoDB
93 IMAP
94 Redis
95 Imagick
102 APCu
105 PHP mysqli
108 PSR