Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
freedomsearch.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Search come from mozilla seach engine
8  *
9  * @author Anakeen
10  * @version $Id: freedomsearch.php,v 1.6 2007/10/22 07:20:53 marc Exp $
11  * @package FDL
12  * @subpackage
13  */
14 /**
15  */
16 include_once ("Lib.Http.php");
17 $famid = GetHttpVars("famid", 0);
18 $latest = GetHttpVars("latest", true);
19 $fromdir = GetHttpVars("fromdir", false);
20 $sensitive = GetHttpVars("sensitive", false);
21 $viewone = GetHttpVars("viewone", "N");
22 $keyword = GetHttpVars("keyword", "");
23 if ($keyword == "") {
24  $location = "index.php?sole=Y&&app=FGSEARCH&action=FULLSEARCH";
25  Header("Location: $location");
26 } else {
27 
28  $location = "index.php?sole=Y&&app=FGSEARCH&action=SEARCH&famid=$famid&latest=$latest&fromdir=$fromdir&sensitive=$sensitive&viewone=$viewone&keyword=$keyword";
29  Header("Location: $location");
30 }
31 ?>
$famid
$sensitive
$viewone
$fromdir
if(!$img) $location
Definition: resizeimg.php:143
$keyword
$latest
← centre documentaire © anakeen