<table class="table table-hover">
<thead>
<tr>
<th>Subject</th>
<th>Add Topic</th>
</tr>
</thead>
<tbody>
<tr>
<?php foreach($subjects as $sub):?>
<td><?php echo $sub->subject;?></td>
<td><a href='approve.php?id=".$sub->id."' role="button" class="btn">Add Topic</a></td>
</tr>
<?php endforeach;?>
</tbody>
</table>
We provide knowledgeable blogs related to php, jQuery, html, css, wordpress, woocommerce, cordova app with examples in 2021.
09 August 2019
How to pass variable id through href in php
Subscribe to:
Post Comments (Atom)
How to run google search console request submission by UI vision IDE automate?
Run google search console request submission by UI vision IDE automate? Source View --- Json Code { "Name": "DemoCsvReadAr...
-
Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){ ?> <script src="https://www...
-
Print rataing stars in PHP? <?php $average_reviews = round($post->average_reviews); if(!empty($average_reviews)){ ...
-
Preview doc or docx file in html/iFrame var link = "paste docx file link here"; var iFrameUrl = 'https://view.officeapps.live....
No comments:
Post a Comment