Example #1
0
<?php

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

include("reload.php");

reloadtable("employees");

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

include("reload.php");

reloadtable("departments");

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

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

include("reload.php");

reloadtable("subdepts");

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

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

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