What engine am i using

based on: http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html

I thought this would show my engine:

mysql_query(“SHOW ENGINES\G”) or die(mysql_error());

but, all I got was a blank screen.

What keyword should I use?

phpmyadmin didn’t need a query for that.