Management dynamic tables
Management dynamic tables
Wilmer30
Posts: 33Questions: 10Answers: 1
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.