After executing a couple of mysql queries, how can I determine if all where successful?
I know I can build an array with data ( mysql_error() ) from each mysql_query and then analyze the array, but isn’t a better way? Because mysql_affected_rows() isn’t the appropriate function to help in this case.
1 Answer