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 9760 Jan 3, 2003, 8:41 AM
Thread Re: [gatman] Passing Value
Andy 9647 Jan 3, 2003, 9:31 AM
Thread Re: [Andy] Passing Value
gatman 9657 Jan 3, 2003, 10:42 AM
Post Re: [gatman] Passing Value
Andy 9611 Jan 4, 2003, 12:01 AM
Thread Re: [gatman] Passing Value
Dan Kaplan 9598 Jan 7, 2003, 4:04 PM
Thread Re: [Dan Kaplan] Passing Value
gsm 9566 Jan 7, 2003, 8:04 PM
Thread Re: [gsm] Passing Value
Dan Kaplan 9583 Jan 7, 2003, 9:04 PM
Thread Re: [Dan Kaplan] Passing Value
conundrum 9488 Jan 20, 2003, 9:47 PM
Post Re: [conundrum] Passing Value
Dan Kaplan 9482 Jan 20, 2003, 9:56 PM
Thread Re: [gatman] Passing Value
capitoljay 8878 May 22, 2003, 9:41 AM
Thread Re: [capitoljay] Passing Value
brewt 8819 May 23, 2003, 10:53 AM
Post Re: [brewt] Passing Value
Dan Kaplan 8781 May 25, 2003, 9:56 PM