moving variables from page to page on A href click
Posted: Wed Sep 28, 2011 1:14 pm
Hello all,
I like to hear if there is any one that can help me fix this problem.
I like to pass some $variables from one page to a other page, now I did it with $_Get['$varible'] but I can only get one $variable then and I really like for the user not to see it, this is my a href.
And if you can hide it to That would be really great.
Best regards
wizzuirz
I like to hear if there is any one that can help me fix this problem.
I like to pass some $variables from one page to a other page, now I did it with $_Get['$varible'] but I can only get one $variable then and I really like for the user not to see it, this is my a href.
echo "<td id=\"ex1\">" . ""?><a href="javascript:void(0);" onclick="PopupCenter('complete_step.php?<?php echo "step=" . $step_display_text1 ?>', 'myPop1',240,200);"><?php echo $e_r[$step1][$test_id]; ?></a><?php "</td>";Now I do get my $step_display_test1 in the $_GET['$variable'] but I need one more and I need to hide it then, I did think of $_POST but making a form in a a href ? well my skills are not that great yet, if you have a idea to how I can get 2 $variables to the linked page and use them there I really like to hear it..
And if you can hide it to That would be really great.
Best regards
wizzuirz