ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/litsolide.com/ODLDDD_2/FPDF/ |
Upload File : |
<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<title>plus2net PDF document with MySQL data</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<?Php
////////////////
require "config.php"; // Database connection details.
$count="select * from student LIMIT 0,10";
echo "<table>";
echo "<tr><th>id</th><th>name</th><th>class</th><th>mark</th><th>Sex</th></tr>";
foreach ($dbo->query($count) as $row) {
echo "<tr ><td>$row[id]</td><td>$row[name]</td><td>$row[class]</td><td>$row[mark]</td><td>$row[sex]</td></tr>";
}
echo "</table>";
?>
<br><br>
<a href=http://www.plus2net.com/php_tutorial/pdf-data-student.php rel='nofollow'>PDF Generation using MySQL data from plus2net.com</a>
</body>
</html>