lauraSatellite
Technical User
Hi,
I am trying to pass a variable ($textfileURL) from one 1.php page, to 2.php, and then on to 3.php.
While i know how to get the variable to the 2.php, i have
been unable to place the value of this variable within a form, and onto 3.php.
Within 3.php I have tried things like:
<input type="hidden" name="text" value=$textfileURL>
I have also tried setting the document.form.variable.value using javascript, but this hasnt worked either.
If anyone has any ideas on what i should be doing, please let me know.
I am trying to pass a variable ($textfileURL) from one 1.php page, to 2.php, and then on to 3.php.
While i know how to get the variable to the 2.php, i have
been unable to place the value of this variable within a form, and onto 3.php.
Within 3.php I have tried things like:
<input type="hidden" name="text" value=$textfileURL>
I have also tried setting the document.form.variable.value using javascript, but this hasnt worked either.
If anyone has any ideas on what i should be doing, please let me know.