Code cleaning pg_fetch_array

Postgresql fetch_array returns array with assoc only; except
on specific occasions
This commit is contained in:
sparkyx 2022-10-05 11:36:43 +02:00
parent 124f7acd4e
commit 4ffde0c1b0
5 changed files with 38 additions and 12 deletions

View file

@ -100,6 +100,10 @@ echo "<h2>"." Delete right"."</h2>";
$manage_table->set_icon_del("right");
$manage_table->display_table("where pcm_val::text >= '400' order by pcm_val::text limit 10");
echo "<h2>"." Custom , by default show the row"."</h2>";
$manage_table->set_icon_mod("custom");
$manage_table->display_table("where pcm_val::text >= '400' order by pcm_val::text limit 10");
?>
?>