Quote:
Originally Posted by MarcoH64
Hmm you first try to run a count query (you store it in $query) but that one is never executed because you overwrite the var immediate with the new update query.
Is this an old code where you're trying to add the UPDATE query?
And are you sure the query is not getting executed, or do you base that on teh fact you don't get the output you expect?
|
I base it on the fact that the "options" dont get updated to 87 they stay at 15... ill give the count query a try thanks