concordia search php

This commit is contained in:
rjawor 2017-02-21 11:51:47 +01:00
parent 03e14082b3
commit 4e4941b143
2 changed files with 12 additions and 12 deletions

View File

@ -18,15 +18,5 @@ $options = array(
$context = stream_context_create($options); $context = stream_context_create($options);
$result = file_get_contents($url, false, $context); $result = file_get_contents($url, false, $context);
print $result;
?> ?>
<html>
<head>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/cat.js"></script>
<link rel="stylesheet" href="css/iatagger.css" />
<meta charset="UTF-8">
</head>
<body onLoad="renderResult(JSON.parse('<?= $result ?>'))">
</body>
</html>

View File

@ -14,5 +14,15 @@ $options = array(
$context = stream_context_create($options); $context = stream_context_create($options);
$result = file_get_contents($url, false, $context); $result = file_get_contents($url, false, $context);
print $result;
?> ?>
<html>
<head>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/cat.js"></script>
<link rel="stylesheet" href="css/iatagger.css" />
<meta charset="UTF-8">
</head>
<body onLoad="renderResult(JSON.parse('<?= $result ?>'))">
</body>
</html>