You can prepend a file to your site by using a .htaccess file.
Scott Houseman wrote:
Hi
Try and get them (your hosting company)to configure your site with a
prepend file e.g. prepend.php for your domain.
in this file, do something like:
//
// DECLARE ARRAYS
//
$_GET = array( );
$_POST = array
Hi
Try and get them (your hosting company)to configure your site with a
prepend file e.g. prepend.php for your domain.
in this file, do something like:
//
// DECLARE ARRAYS
//
$_GET = array( );
$_POST = array( );
$_SERVER = array( );
// etc..
while ( list( $sKey, $mVal ) = each( $HTTP_GET_V
2 matches
Mail list logo