I'm trying to get a meta redirect to pass on a php variable to the redirected page, using the $_GET method.
I have the mypage.php?user=created&username=$name&comment=$co mment etc
, but ONLY the first 'user=created' seems to be passed on.
All the other in line, like the username=$name comes from a script where this meta refresh is used, at the bottom.
The script uses sessions, but it never sends the other variables.
Not the original or simple test variables.
The variables does echo during the script, so it must be the meta refresh that are stopping them.
Is this a common problem, or can I fix this somehow?