just wanted to know how to pass two variables to another form. I know how to get one working but the other how do I do this.
Thnaks in advance
with one it is
$test = "test.php?id=".$f."";
but when I try passing another variable it doesn't get passed, the other variable passed is m=$b
doesn't work:
$test = "testphp?id=".$f."?msg=".'.$b.';