Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

Re: [Riley] page.php? Can someone assist with this

Quote Reply
Re: [Riley] page.php? Can someone assist with this In reply to
That's another quirk of using the PHP front end. You don't use Perl in the globals. For examples on how to do equivalents in PHP, see the time and date globals.
It would be something like:
Code:
create_function("", '
global $HTTP_SERVER_VARS;
return isset($HTTP_SERVER_VARS["HTTP_REFERER"]) ? $HTTP_SERVER_VARS["HTTP_REFERER"] : "nowhere";
');
Remember, when you use the tag in the template, you access it by:
<?print $referrer()?>

Note the ()'s, as now it's a function, not a regular variable.

Adrian

Last edited by:

brewt: Feb 19, 2002, 11:19 PM
Subject Author Views Date
Thread page.php? Can someone assist with this Riley 15467 Feb 19, 2002, 12:00 AM
Thread Re: [Riley] page.php? Can someone assist with this
brewt 15259 Feb 19, 2002, 12:33 AM
Thread Re: [brewt] page.php? Can someone assist with this
Riley 15343 Feb 19, 2002, 4:20 AM
Thread Re: [Riley] page.php? Can someone assist with this
brewt 15335 Feb 19, 2002, 2:32 PM
Post Re: [brewt] page.php? Can someone assist with this
brewt 15246 Feb 19, 2002, 2:54 PM
Thread Re: [brewt] page.php? Can someone assist with this
Alex 15287 Feb 19, 2002, 4:03 PM
Thread Re: [Alex] page.php? Can someone assist with this
Riley 15284 Feb 19, 2002, 9:56 PM
Thread Re: [Riley] page.php? Can someone assist with this
brewt 15311 Feb 19, 2002, 10:03 PM
Thread Re: [brewt] page.php? Can someone assist with this
Riley 15303 Feb 19, 2002, 10:23 PM
Thread Re: [Riley] page.php? Can someone assist with this
brewt 15302 Feb 19, 2002, 10:54 PM
Thread Re: [brewt] page.php? Can someone assist with this
Riley 15232 Feb 19, 2002, 11:31 PM
Thread Re: [Riley] page.php? Can someone assist with this
brewt 15192 Feb 19, 2002, 11:58 PM
Thread Re: [brewt] page.php? Can someone assist with this
Riley 15233 Feb 20, 2002, 12:58 AM
Thread Re: [Riley] page.php? Can someone assist with this
Alex 15327 Feb 20, 2002, 11:33 AM
Thread Re: [Alex] page.php? Can someone assist with this
ryanvtwod 13841 Sep 2, 2003, 5:59 AM
Thread page.php file permissions
chico 13725 Sep 23, 2003, 8:25 AM
Thread Re: [chico] page.php file permissions
Andy 13763 Sep 23, 2003, 8:44 AM
Post Re: [Andy] page.php file permissions
chico 13685 Sep 24, 2003, 2:11 AM