mySQLi show if recordset empty / not empty not opening
Using mysql of the first time today, seems nice, but have a problem, when selecting show if recordset empty or recordset not empty the screen wizard hangs. I have uninstalled and re-installed but still be working
I'm in the middle of converting a site from mysql to mysqli and desparately need to know the coding format for show if empty and also show if not empty
could you please let me the coding so I can copy & paste / replace the old D/W coding
I've copied the normal dreamweaver coding that I need updating could you please update the syntax for me
<?php if ($totalRows_rsNav1 > 0) { // Show if recordset not empty ?>
navigation list / page content
<?php } // Show if recordset not empty ?>
<?php if ($totalRows_rsNav1 == 0) { // Show if recordset empty ?>
navigation list / page content
<?php } // Show if recordset empty ?>
None of the show regions tabs open, but the other function all seem to work
Thanks
Nathan