Exemple #1
0
<?php

require_once "artikkeli.php";
$pageName = "Näytä sivut / Uutiset";
?>

<?php 
require "top.php";
?>

	<?php 
try {
    require_once "artikkeliPDO.php";
    $dbactions = new artikkeliPDO();
    $artikkelit = $dbactions->kaikkiArtikkelit();
} catch (Exception $error) {
    print $error->getMessage();
}
?>
    <br>
    <h3>Sivut</h3>
    
    	<br>
    
    	<table>
        
        <thead>
        
        	<tr>
            
            	<td>Id</td>