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

Passing Value

Quote Reply
Passing Value
Would like to pass a value to another page without using <form></form>. Using this to "Email Page To Friend"

Rough Example - where $WebPage is

<?php
$scriptname = getenv("SCRIPT_NAME");
$httphost = getenv("HTTP_HOST");
$WebPage = "http://www." . $httphost . $scriptname;
?>

<a href="MailToPage.php?$WebPage">Mail This To Friend</a>
Subject Author Views Date
Thread Passing Value gatman 9802 Jan 3, 2003, 8:41 AM
Thread Re: [gatman] Passing Value
Andy 9687 Jan 3, 2003, 9:31 AM
Thread Re: [Andy] Passing Value
gatman 9697 Jan 3, 2003, 10:42 AM
Post Re: [gatman] Passing Value
Andy 9651 Jan 4, 2003, 12:01 AM
Thread Re: [gatman] Passing Value
Dan Kaplan 9638 Jan 7, 2003, 4:04 PM
Thread Re: [Dan Kaplan] Passing Value
gsm 9606 Jan 7, 2003, 8:04 PM
Thread Re: [gsm] Passing Value
Dan Kaplan 9623 Jan 7, 2003, 9:04 PM
Thread Re: [Dan Kaplan] Passing Value
conundrum 9528 Jan 20, 2003, 9:47 PM
Post Re: [conundrum] Passing Value
Dan Kaplan 9522 Jan 20, 2003, 9:56 PM
Thread Re: [gatman] Passing Value
capitoljay 8918 May 22, 2003, 9:41 AM
Thread Re: [capitoljay] Passing Value
brewt 8859 May 23, 2003, 10:53 AM
Post Re: [brewt] Passing Value
Dan Kaplan 8821 May 25, 2003, 9:56 PM