should be . instead of ;
location.href="page.php?<?php echo SID . "&var1=$variable1" . //here
"&var2=$variable2"; ?>"



Ysrael Guzmán wrote:

I want to send two variables:

this is correct???

location.href="page.php?<?php echo SID . "&var1=$variable1";
"&var2=$variable2"; ?>"

other form

<a herf="page.php?<?php echo SID . "&var1=$variable1";
"&var2=$variable2"; ?>">





Ysrael Guzmán Meza





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to