1

I have an existing dynamic HTML table named ['taskTable'] and I am trying to loop through each rows and cells than save each data for future use using PHP. I am new in PHP so I apologized if my explanation might be so broad.

I searched the internet to look for identical situation but I can't find exactly same scenario

<div class="row uniform">
    <div class="6u$ 12u$(medium)">
        <table id="taskTable" border="1">
            <tr>
                <th>#</th>
                <th>SCENARIO</th>
                <th>DESCRIPTION</th>
                <th>COMMAND</th>
            </tr>
        </table>
    </div>
</div>
<div class="row uniform">
    <div class="6u$ 12u$(medium)">  

My goal is to loop thru each rows and cells and saved it in a variable for future reference. Please be inform that this table is dynamic I can add row by clicking a button.

Arvo Bowen
  • 4,524
  • 6
  • 51
  • 109
Green Horn
  • 19
  • 2

0 Answers0