\n"; if($_GET['ordered']) { print "

this is your order

"; $disabled="disabled='disabled'"; } else { print "

Enter your order

"; } print ""; foreach ($products As $product) { $name=$product[name]; $ordered=$_GET[$name]; print "\n"; } print "
$name"; print "
\n"; if(! $_GET['ordered']) { print "div"; // problem found by Susan Kriete print "
\n"; print "
"; } print "\n"; ?>

Valid XHTML 1.0!