getting mysql error msg in php?

Rami

New member
well its simple

i had something like this
$sql="select noSuchField from a table";
usually in mysql
you get no such field in a table : something like that
i want to get this message using mysqli
 
Back
Top