Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<!DOCTYPE html> <html> <head> <title>Sistem Pendukung Keputusan Metode ROC ARAS</title..
Decoded Output download
<!DOCTYPE html>
<html>
<head>
<title>Sistem Pendukung Keputusan Metode ROC ARAS</title>
</head>
<style>
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
</style>
<body>
<h4>Hasil Akhir Perankingan</h4>
<table border="1" width="100%">
<thead>
<tr align="center">
<th>Alternatif</th>
<th>Nilai (Ki)</th>
<th width="15%">Ranking</th>
</tr>
</thead>
<tbody>
<?php
$no=1;
foreach ($hasil as $keys): ?>
<tr align="center">
<td align="left"><?= $keys->nama ?></td>
<td><?= $keys->nilai ?></td>
<td><?= $no; ?></td>
</tr>
<?php
$no++;
endforeach ?>
</tbody>
</table>
<script>
window.print();
</script>
</body>
</html>
Did this file decode correctly?
Original Code
<!DOCTYPE html>
<html>
<head>
<title>Sistem Pendukung Keputusan Metode ROC ARAS</title>
</head>
<style>
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
</style>
<body>
<h4>Hasil Akhir Perankingan</h4>
<table border="1" width="100%">
<thead>
<tr align="center">
<th>Alternatif</th>
<th>Nilai (Ki)</th>
<th width="15%">Ranking</th>
</tr>
</thead>
<tbody>
<?php
$no=1;
foreach ($hasil as $keys): ?>
<tr align="center">
<td align="left"><?= $keys->nama ?></td>
<td><?= $keys->nilai ?></td>
<td><?= $no; ?></td>
</tr>
<?php
$no++;
endforeach ?>
</tbody>
</table>
<script>
window.print();
</script>
</body>
</html>
Function Calls
None |
Stats
MD5 | 0d1e3135675a2bd62a01083a9a38be18 |
Eval Count | 0 |
Decode Time | 45 ms |