<? $id = 12; ?> <? $cost = 9.95; ?> <? $inventory = 1.3e9; ?> <? $name = "Richard Q. Jonnes"; ?> <? echo "Hello, $name!"; ?>