Insert Player
First name:
Last name:
Position:
First Season:
Last Season:
Height Feet:
Height Inches:
Weight:
College
Birthdate:
'; } else { $f = $_GET['f']; $l = $_GET['l']; $p = $_GET['p']; $fs = $_GET['fs']; $ls = $_GET['ls']; $hi = $_GET['hi']; $hf = $_GET['hf']; $w = $_GET['w']; $c = $_GET['c']; $b = $_GET['b']; $link = my_connect(); run_query("INSERT INTO Players VALUES (DEFAULT, '$f', '$l', '$p', '$fs', '$ls', '$hf', '$hi', '$w', '$c', '$b')"); mysql_close($link); } require("footer.html"); ?>