Re: [PHP] Failing to Make MySQL Query on Submit

2002-10-28 Thread Martin Hudec
Hello user, ill take a look only into this udi> // UPDATE THE DATABASE udi> $sql = "UPDATE fantasytoo SET o1 = \"$o1\",w1 = \"$w1\",c1 = udi> \"$c1\",o2 = \"$o2\",w2 = \"$w2\",c2 = \"$c2\",en = \"$en\",wc = udi> \"$wc\",ot = \"$ot\" WHERE realname = \"$realname\" "; udi> } well here u

[PHP] Failing to Make MySQL Query on Submit

2002-10-28 Thread user
I'm having a problem getting my PHP script to talk to my database. I'm attempting to use UPDATE with a PHP form to change records already in the database. I'm able to pull the record with no problem and the script is sending the confirmation e-mail without a problem on submit but for some rea