Browse Source

updated cleaner

master
benno 4 years ago
parent
commit
114a0237d7
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      linking.php

+ 9
- 1
linking.php View File

@@ -1,5 +1,13 @@
<html>
<?php



<?php
// we want to acces the db browser sqlite server from the pc
//https://www.a2hosting.com/kb/developer-corner/sqlite/connect-to-sqlite-using-php
$myRepo = new Repo('sqlite:C:\Program Files (x86)\Ampps\www\groepswerk\Northwind_large.sqlite');
$result = $myRepo->query("SELECT * FROM Category");
?>


</html>

Loading…
Cancel
Save