I have a query that updates a record on my database, it works fine but i wanted to know how to check if the update has happened so i can return true and display the right me
Would the mysql_affected_rows() function work for you?