Hi,
I need to pass more than one value to next form using header function.this is my sample code.
header('location:option.php?$uname='.$myusername.'+password='.$mypassword);
i am able to pass single value,but when i tried with more than one value as above,i am facing the problem please help me.In second page i retrive the values using GET method.