Certificate Verification
prefix . “certificates”;
$data = $wpdb->get_row( $wpdb->prepare(“SELECT * FROM $table WHERE cert_id = %s”, $cert_id) );
?>
Certificate Verification
No Certificate ID Provided.
Invalid Certificate ID. No record found.
| Certificate ID | cert_id); ?> |
| Student Name | student_name); ?> |
| Course Name | course_name); ?> |
| Start Date | start_date); ?> |
| End Date | end_date); ?> |
| Remarks | remarks); ?> |
| Achievement / Percentage | achievement_percentage); ?> |
