You are passing the variables correctly.  If that's your actual code

echo $_GET['modo']."<BR";
echo $_GET['color']."<BR";
echo $_GET['size']."<BR";

then you need <br> (note the closing > ) - PHP is doing what you told it, and your 
browser is confused by the output.  If PHP were the problem you'd probably see an 
error message.
Also, upgrade to 4.2.2 please :)
Regards,
Colin Teubner

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

Reply via email to