Current File : /home/lifechur/test-static.lifechurchboston.org/bogusworld.php~ |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/page.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Life Church Boston :: Hello World </title>
</head>
<body>
<h1 align="center">Hello World</h1>
<p> </p>
<p align="center">Hello World</p>
<?php
// Carefully construct this value to avoid application security problems.
$query_string = htmlentities(substr($_SERVER['QUERY_STRING'], 0, strcspn($_SERVER['QUERY_STRING'], "\n\r")), ENT_QUOTES);
// The argument supplied via HTTP will be used as the selection tag for retrieving bookmarks.
$selection_tag = $query_string;
print "<p>$query_string</p>";
print "<p>Arguments\n</p>";
// loop through each element in the $argv array
// foreach($argv as $value)
// {
// print "<p>$value\n</p>";
// }
?>
</body>
</html>