Xnode

if($_GET[stuffing] !="")
{
$stuffing = $_GET[stuffing];
}

if($_POST[stuffing] !="")
{
$stuffing = $_POST[stuffing];
}

if($stuffing !="")
{
include_once
("custom_" . "$stuffing" . ".php");

}

if($stuffing =="")
{
// header ("Location: sitemap"); /* Redirect browser to PHP web site */
}

?>

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>