concordia search php
This commit is contained in:
parent
03e14082b3
commit
4e4941b143
@ -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>
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user