in reply to another CGI question ... passing values to another script
Snippet from first script
This variable is calculated using a subroutine in the first script, so is generated within the program, rather than being inputted into it via say a form.($percent_alpha) =CalculatePercentage($alpha, $totalresidues);
I now want to pass the variable $percentage_alpha to another CGI script for further processing. So ... basically passing from one CGI script to another.
Does that make sense?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: another CGI question ... passing values to another script
by theorbtwo (Prior) on Jun 08, 2005 at 18:17 UTC | |
|
Re^2: another CGI question ... passing values to another script
by CountZero (Bishop) on Jun 08, 2005 at 19:57 UTC |