For some reason nothing happens when I click the button. Nothing echos, all that happens is the page refreshes...
This is my php code:
class functions {
public static function chooseGiftee($SS){
echo "chooseGiftee function started...";
$gifteeResults;
$sqllink=...