Help! - posting multiple variables in a hyperlink
Posted: Mon Jul 11, 2005 4:24 am
Hi,
I would like to post to another page multiple variables within a hyperlink. Here is the code that I have;
The one works a treat, however the following two variables do not post, or show within the address bar. I have defined everything fine, just the data isnt captured.
Please help.
I would like to post to another page multiple variables within a hyperlink. Here is the code that I have;
Code: Select all
<?
$remove = "remove";
echo "<a href='removeandstore.php?varl=".$formVars['asset']."&var2=".$formVars['software']."&var3=".$formVars['license']."'>".$remove."</a> \n"
?>Code: Select all
varl=".$formVars['asset']."Please help.