On failure, ‘mysql_query()’ returns _______________
On failure, ‘mysql_query()’ returns _______________ Correct Answer a non-zero value
Both of the functions named ‘mysql_query()’ and ‘mysql_real_query()’ return zero for statements that succeed. They return non zero for failure. A statement is successfully executed if the server accepts it.
মোঃ আরিফুল ইসলাম
Feb 20, 2025