예제 #1
0
    printf('</ul>');
    return TRUE;
}
?>

<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">

  <title> Vjezba 1</title>
  <meta name="description" content="Vjezba 1">
  <meta name="author" content="Nermin Sehic">

  <!--[if lt IE 9]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  
</head>

<body>

<h1> Vjezba 1 </h1>

<?php 
generateHTMLList($links);
?>

</body>
</html>
예제 #2
0
    printf('</ul>');
    return TRUE;
}
?>

<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">

  <title> Pagination </title>
  <meta name="description" content="Pagination">
  <meta name="author" content="Nermin Sehic">

  <!--[if lt IE 9]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  
</head>

<body>

<?php 
$cities = array('Sarajevo', 'Banja Luka', 'Tuzla', 'Zenica', 'Mostar', 'Bihac', 'Travnik', 'Visegrad', 'Prijedor');
generateHTMLList($cities);
?>


</body>
</html>