Hey all, when interacting with mySQL.. Is there a better way to go about recovering from a query error?
mysql_query($Query) or die("Query error");
Say redirecting to a error page, making the user begin over with filling out the form? Appreciate any thoughts.
Thanks
David
mysql_query($Query) or die("Query error");
Say redirecting to a error page, making the user begin over with filling out the form? Appreciate any thoughts.
Thanks
David