include "config.php";
global $HTTP_GET_VARS;
global $HTTP_POST_VARS;
$pg = getvariable("pg");
if($pg == "") $pg = "";
?>
Nitin Gupta
|
|
|
|
Nitin Gupta
|
|
|
|
Graduate Student
Department of Computer Science
Cornell University
Ithaca, NY 14853
|
| |
|
|
|
if($pg=="") { ?>
I have graduated. Please click here to go to my frequently updated website.
}
else {
include($pg.".txt");
}
?>
|
|
|
|
|