I perform the mysql query to check if any number of row effected on the user input data with the help of mysql_num_rows($query)
. Only one row will effect always as I made some rows are unique. If one row effect, I want to get the ID of that Row. I means the auto increment ID of the same row.
The same row contains many fields, its better if I come to know how to get the entry of other fields.
Thanks stack for your solutions.