function query($parameters=0)
{
// Intelligent query string handling.
// - Passes session ID and optionally all other querystring variables.
global $s,$QUERY_STRING;
$return = "?";
if ($parameters)
{
$return .= eregi_replace("(\?|&)?s=[0-9a-f]{32}","",$QUERY_STRING);
$return = eregi_replace("(\?|&)?logout=1","",$return);
$return = eregi_replace("^\?&","?",$return);
$return .= "&";
}
//$return .= "s=$s";
return $return;
}
?>
stuff i saw.....
Some more pictures from the last couple of weeks - 27/02/2006
Last week - 5/02/2006