16 lines
294 B
PHP
Executable File
16 lines
294 B
PHP
Executable File
<?php
|
|
require 'pptWX.php';
|
|
$data = getData();
|
|
?>
|
|
<html>
|
|
<head>
|
|
|
|
</head>
|
|
<body>
|
|
<?php foreach($data as $item): ?>
|
|
<?=$item?>
|
|
<?php endforeach ?>
|
|
aaaaaaaaaaaaaaaaaaaaa
|
|
</body>
|
|
</html>
|