Start an instant crowd survey test right now

[insert_php]
$priceid = $_POST[“pid”];
if($priceid == “”)
{
$priceid = $_GET[“pid”];
}
echo ‘‘;
[/insert_php]