Update findFriend.php

This commit is contained in:
Logan McInnis
2019-12-04 19:33:26 -05:00
parent 5cebb420eb
commit bc8f9ac22e

View File

@@ -64,6 +64,11 @@
}catch(Exception $e){ }catch(Exception $e){
echo "Exception: ".$e->getMessage().PHP_EOL; echo "Exception: ".$e->getMessage().PHP_EOL;
} }
echo '<h3>$GLOBALS</h3>';
echo "<pre>";
print_r($GLOBALS);
echo "</pre>";
?> ?>
<form action="" method="post"> <form action="" method="post">