Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
323 views
in Q2A Core by

I want to display custom message when sql queries fail in q2a.

Instead of showing entire table and red color error.

Example in mysqli -

echo "Error creating table: " . $conn->error;

How to show custom message for q2a query errors.

1. table already exists

2. sql query failed

Q2A version: Latest

Please log in or register to answer this question.

...