must be a silly question for experts, but am getting a wrong output for what seems to my inexperienced eyes a correct code:
"www.xxxxxx.com/hdjhs/index.php?id={$id}&email={$email}";
it is coming out as:
www.xxxxxx.com/hdjhs/index.php?rid={$rid}&email=xxxx@gmail.com
i’ve checked other links but they seem to focus mainly on hardcoded multiple parameters and not dynamic ones. Am sorry if repeated.
Thanks!
It’s hard to tell without more code context, but if
$ridis a typo, and there is no variable named$rid, then you will get that output.