Beispiel #1
0
        <script type="text/javascript">
            function checkall(objForm)
            {
                len = objForm.elements.length;
                var i = 0;
                for (i = 0; i < len; i++) {
                    if (objForm.elements[i].type == 'checkbox')
                        objForm.elements[i].checked = objForm.check_all.checked;
                }
            }
        </script>
        <?php 
include "class.docket.php";
include "include/class.selectiveSearch.php";
$obj = new docket();
$sective = new selectivesearch();
?>

    </head>
    <body> <?php 
include_once 'include/menu.php';
?>
        <div class="content1" id="friendslist">
            <div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>                
            <form action="" method="post">     
                <label><input type="text" name="alg_file_data11" id="alg_file_data" value="<?php 
echo $_POST['alg_file_data11'];
?>
Beispiel #2
0
<?php

ini_set("display_errors", "off");
include "class.docket.php";
include "include/class.selectiveSearch.php";
$obj = new docket();
$sective = new selectivesearch();
header("Pragma: no-cache");
header("Expires: 0");
header("Content-Type: application/vnd.ms-excel");
header("Content-disposition: attachment; filename=Status_Chart.xls");
$sective->select_search(TRUE);
/*
 * Clear Session
 */