Categories
PHP

mysql_affected_rows example php

mysql_affected_rows example php In this post we will learn how to use MYSQL Affected Rows Example In PHP. mysql_affected_rows() functions returns the number of rows affected by the last query (INSERT, UPDATE or DELETE) associated with link_identifier, this should be called before commit. Code: <html> <head> <title>MYSQL Affected Rows Example In PHP</title> <style type="text/css"> body { […]