Craig and Liz's Recipes
global $task; switch($task) { case 'upload': //print "
Doing the upload
"; upload($the_file); break; default: //print "
Doing the form task is $task
"; form(); } print "\n