Hi, I'm trying to pass variables from one php script to another through the URL (e.g. default.php3?myvar=4).<br><br>Can I pass arrays? If so, how? I can't write something like this in my php script:<br><br>print "$default.php3?myarray=$myarray";