I\'m a complete noob to PHP and working with mysql so you know I do however have a great deal of experience with HMTL and CSS. All I need is for a form on my site to upload the
$_POST[firstName] should be $_POST['firstName'] and so on and
$_POST[firstName]
$_POST['firstName']
mysql_query($sql) or die('MySQL Error: ', mysql_error()); echo 'Data inserted';
You shouldn't not be using mysql_ now, its deprecated. Do it with PDO