1. Add Live Media Platform
2. Active Distribution Channels
0):
$plat_res = mysqli_query($conn, "SELECT * FROM platforms ORDER BY name ASC");
if(mysqli_num_rows($plat_res) > 0):
while($p_row = mysqli_fetch_assoc($plat_res)):
$statusBadge = ($p_row['status'] === 'Active') ? 'bg-success' : 'bg-secondary';
?>
No pipeline systems registered.
";
endif;
else:
echo "
System Error: The `platforms` base table structure has not yet been applied to phpMyAdmin.
";
endif;
?>