I tried to connect the form to the website but after I click the submit button there is an error which is this.
Fatal error: Uncaught Error: Call to undefined function mysql_fetch_object() in C:\xampp\xampp\htdocs
the error message said that the error come from this line of code:
while($row = mysql_fetch_object($result)){
can someone help me and please explain why this kind of error happens