[PHP] grgrgrgr other problem with location??????

2003-01-09 Thread Ysrael Guzmán
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

Re: [PHP] grgrgrgr other problem with location??????

2003-01-09 Thread Marek Kilimajer
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