2
I need to take a typed information and give the uptade in a field (Pont), but the field needs to be on the same line as a selected player in my combobox(cmbtime). So when I selected the player in the combobox I could already assign the score to the selected player in the combobox.
$pont = $_POST['pont'];
$id = $_POST['cmbjogador'];
$sql = mysql_query("UPDATE jogador SET $pont WHERE cmbjogador );
What am I doing wrong?
valeeeeu, helped a lot!!!
– Frug