Похожие чаты

<?Php Session_start(); Require_once 'dompdf/autoload.inc.php'; use Dompdf\Dompdf; $document = new Dompdf(); require_once 'conn.php'; $sql =

mysqli_query($con, "SELECT * FROM dk_1 WHERE fullName = '$_SESSION[fullName]'");
$row = mysqli_fetch_assoc($sql);

$output = "


<html>
<head>
<link href='css/bootstrap.min.css' rel='stylesheet'>
<style type='text/css'>
.hr {
max-width: 30em;
border-top: 3px solid #FF00FF;
}

#underline {
text-decoration: underline;
}

.top-border {
border-top:2px solid black;
}


</style>
</head>
<body>


<div class='container'>
<div class='row pt-2 mt-2'>
<div class='col-md-5'>
<img src='img/logo.min.png' style='width: 20em'>
</div>
<div class='col' align='right' style='font-family: arial; font-size: 1em;font-weight:bold;'>
Head Office <br>
North Kaneshie - Accra <br>
P.O.Box 2066 Accra <br>
Office Line: +233 (0) 302 250277<br>
<hr class='hr' align='right'>
Takoradi Office <br>
Sagoe Juction <br>
Behind AD-Motors Top Ten Avenue <br>
P.O.Box mc 2568 Takoradi <br>
Office Line: 031 229 2836 <br>
e-mail: info@de-kkejghana.com <br>
Website:www.de-kkejghana.com <br>
</div>
</div>
<h1 align='center'><u>Interview Performance Result</u></h1>
<div class='row'>
<div style='text-align: center;' class='col-md-3'>
<!--image here-->
</div>
<div class='col-md-4'>
Applicant ID: ".$row['applicantId'];." <br>
Surname: ".$row['surName'];." <br>
Firstname: Paz <br>
Middlename: Kai <br>
Date of Interview: 12 July, 2020 <br>
</div>
<div class='col-md-4'>
Full Name: Ephraim Arthur <br>
Position Applied: Teacher <br>
Email: ephraimarthur83@gmail.com <br>
Contact Number: +233242932929 <br>
</div>
<div class='col-md-1'>
</div>
</div>
<hr>
<h1 style='margin-left:25%;' align='left'><u>Aptitude Test</u></h1>
<div class='row'>
<div class='col-md-3' align='right'></div>

<div class='col-md-5' align='right'>
<table class='table table-borderless'>
<thead>
<tr>
<th id='underline' scope='col'>Subjects</th>
<th id='underline' scope='col'>Marks</th>
<th id='underline' scope='col'>Total(%)</th>
</tr>
</thead>
<tbody>
<tr>
<th scope='row'>Numerical Reasoning (20):</th>
<td>18</td>
<td>-</td>
</tr>
<tr>
<th scope='row'>Verbal Reasoning(20):</th>
<td>14</td>
<td>-</td>
</tr>
<tr>
<th scope='row'>Case Study(60):</th>
<td>15</td>
<td>-</td>
</tr>
<tr>
<th scope='row'>TotalScore:</th>
<td>47.00</td>
<td>-</td>
</tr>
<tr>
<th scope='row'>PercentageScore(50%):</th>
<td>-</td>
<td>32.5</td>
</tr>
</tbody>
</table>
</div>
</div>

<h1 style='margin-left:25%;' align='left'><u>Verbal Test</u></h1>
<div class=row>
<div class='col-md-3' align='right'></div>

1 ответов

5 просмотров

It looks like you posted long piece of code, consider editing it out and putting it on hastebin.com and pasting link to it instead. Alternatively, send your code in a file.

Похожие вопросы

Обсуждают сегодня

Карта сайта