$foo = "77"; print "the number is $foo"; print "
"; $foo--; print "the number is now $foo"; ?>