hey im trying to pass values of javascript variables with the help of this code
location.href="myPage.php?Result=" + Result;
this is working fine but if i try to pass more than one variable something goes wrong and 0 is passed and 404 error comes
location.href="q.php?day=" + x &"month=" +y &"year=" +z;
i guess there is some minor syntax error here...please help if possible

New Topic/Question
Reply


MultiQuote




|