\\ introduction to php tutorial \\ brief examples by greg lawler \\ december 2000 brooks web class 0)-------------------------------- Hello BIP!"; ?> 1)-------------------------------- 2)--------------------------------

What is your Name?
3)-------------------------------- 4)-------------------------------- "; print "
"; print "What is your Name?"; print ""; print ""; print ""; } ?> 5)-------------------------------- "; print "
"; print "What is your Name?"; print ""; print "
"; print "What is your email?"; print ""; print ""; print ""; } ?> 6)-------------------------------- "; $foo--; print "the number is now $foo"; ?> 7)-------------------------------- "; print "What is your name?"; print "
"; print ""; print "
"; print "Number of times you've been here: $Count
"; } else { $Count++; print "

Welcome $name !


"; print "Number of times you've been here: $Count "; print "
 
 
 "; } ?>