This is my link https://fimqatar.com/registration/?coursename=PMP(%20PMI-USA)
i need to get particular details for course name PMP( PMI-USA)
<?php
$table_ids = TablePress::$model_table->load_all( true );
foreach ( $table_ids as $table_id ) {
// Load table, without table data, options, and visibility settings.
$table = TablePress::$model_table->load( $table_id, true, false );
$tables = $table[‘data’];
}
print_r($tables);
?>
I used this codings. I need batch schedule for dynamic course name .please tell me is there any option to satisfy my requirement.