<table border="1">
<tr>
<th>Name</th>
<th>Phone no.</th>
<th>city</th>
</tr>
<tr>
<?php
global $wpdb;
$result = $wpdb->get_results ( "SELECT * FROM myTable" );
foreach ( $result as $print ) {
echo '<td>' $print->firstname.'</td>';
}
?>
</tr>
</table>
We provide knowledgeable blogs related to php, jQuery, html, css, wordpress, woocommerce, cordova app with examples in 2021.
06 August 2019
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...
-
Show shape file (.shp)(map) on map with shape file Include gasparesganga package in php code https://gasparesganga.com/labs/php-shapefile/ ...
-
Print rataing stars in PHP? <?php $average_reviews = round($post->average_reviews); if(!empty($average_reviews)){ ...
No comments:
Post a Comment