% cd // go to your home directory % ls -l // see what's there // create the html directory if it doesn't exist % mkdir html; chmod 755 html % cd html // create the cgi-bin directory if it doesn't exist % mkdir cgi-bin; chmod 755 cgi-bin; % cd cgi-bin
#!/usr/local/bin/php <? print "hello, world" ?>
http://www.seas.upenn.edu/~username/cgi-bin/hello.php // if this doesn't work try http://fling-l.seas...