Management dynamic tables
Management dynamic tables

Hi,
I must load several tables dynamically, for each table I must perform Insert, update and delete, I managed to load the tables but how do I manage each table?
```
<?php
foreach ($lista as $key => $value) {
Id | Productor | Cantidad | Precio | Salary |
---|
This discussion has been closed.