示例#1
0
<?php

include '../src/header.html';
include "reload.php";
reloadtable("products");
include '../src/footer.html';
?>
示例#2
0
<?
include('../src/header.html');

include("reload.php");

reloadtable("employees");

include('../src/footer.html');
?>
示例#3
0
<?
include('../src/header.html');

include("reload.php");

reloadtable("departments");

include('../src/footer.html');
?>
示例#4
0
<?php

include '../src/header.php';
include "reload.php";
reloadtable("messages");
include '../src/footer.php';
?>
示例#5
0
<?
include('../src/header.html');

include("reload.php");

reloadtable("subdepts");

include('../src/footer.html');
?>
示例#6
0
<?php

include '../src/header.php';
include "reload.php";
reloadtable("custdata");
include '../src/footer.php';
?>
示例#7
0
<?php

include '../src/header.php';
include "reload.php";
reloadtable("tenders");
include '../src/footer.php';
?>