I got it fixed now. I just had the script post to a different page instead and had it run that same update query and it works fine now.
Thanks for everyones help!
Search found 5 matches
- Sat Jun 23, 2007 9:07 am
- Forum: PHP - Code
- Topic: MySQL query not working
- Replies: 12
- Views: 884
- Fri Jun 22, 2007 10:26 pm
- Forum: PHP - Code
- Topic: MySQL query not working
- Replies: 12
- Views: 884
- Fri Jun 22, 2007 5:54 pm
- Forum: PHP - Code
- Topic: MySQL query not working
- Replies: 12
- Views: 884
- Fri Jun 22, 2007 5:10 pm
- Forum: PHP - Code
- Topic: MySQL query not working
- Replies: 12
- Views: 884
- Fri Jun 22, 2007 4:55 pm
- Forum: PHP - Code
- Topic: MySQL query not working
- Replies: 12
- Views: 884
MySQL query not working
My script has 3 input fields, and when you press submit this is the code it posts to: $idu = mysql_real_escape_string($_GET['id']); $rid = mysql_real_escape_string($_GET['rid']); $viewa = mysql_real_escape_string($_POST['VIEW_AVS']); $timed = mysql_real_escape_string($_POST['VIEW_TIME']); $timefp = ...