Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

207
Views
How to pass data Table to Modal in php?

Hello i use bootsrtap and custom css to fronted also i create one code from table to edit user info in table row last is setting icon there user click and get their edit option but unfortunatly there only one id is set help below my code

<table class="table table-borderless rounded-sm  mt-3" style="overflow: hidden;">
<tbody>
       <?php foreach($data->$data as $row): ?>
         <tr>
            <td href="<?= url('update/' . $row->id) ?>">Name</td>
                                
           <td class="d-flex justify-content-end"><a href="#" data-menu="menu-edit"> Edit </a> </td>
    
         </tr>
      <?php endforeach ?>
  </tbody>
</table>

when click on edit -> modal appear

my modal code

<div id="menu-edit" 
         class="menu menu-box-modal rounded-m" 
         data-menu-height="350" 
         data-menu-width="350">
        <div class="menu-title">
            <p class="color-highlight">Setting</p>
            <h1 class="font-24"> <?= $row->name ?> </h1>
            <a href="#" class="close-menu"><i class="fa fa-times-circle"></i></a>
        </div>
        <div class="me-3 ms-3 mt-3">
            <div class="list-group list-custom-small">
                
          <a href="<?= url('update/' . $data->id) ?>"><span> Update </span></a>
         <a href="<?= url('delete/' . $data->id) ?>" ><span> Delete </span></a>
            </div>
            
        </div>
    </div>

but problem is my tabel data is about 5 rows when i click any one id is same

how to get multiple id from their ??

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!