 |
|
require_once("inc/searchFormHeader.php");
$sourceFile = "index.php"; // the relative url of the file this include instance resides in. RE: index.php
require_once("inc/searchFormSearchBox.php");
// Must be used in conjunction with searchFormHeader.php
// AND Should be used in conjunction with searchFormResults.php
?> |
|
 |
|
|
|
|