URL vars not being passed.

Permalink
I've used C5 version 5.4.1.1 on several sites and I've had no problem passing variables with href.

i.e. href="/index.php/myC5page?Lnkvar=abc"

I've deployed two C5 sites using version 5.4.2.1 and no vars are passed. They don't show up on the Browser URL box. Thinking this was a possible Provider issue, I called them and they tell me it's a Concrete 5 issue. The above href works ok from a test.php file that isn't part of C5.
Anyone have any ides what's going. I can't really believe this is a C5 issue.

tdpss
 
carl101lee replied on at Permalink Reply
carl101lee
Hi there

have you had any luck with this?

I am having the same problem trying to pass a viable form an imported SQL table to another page with a form?

I am using
$test1 = $myrow['preid'];
<a href='./Domain-Bid?test=$test1.'target='_blank'>Buy Now</a></td>";
Plese post if you found a solution?

i can see the number i want to pass in on the link when i click but it disapears when you get to the page?

Thanks
Carl