Quote:
Today at 04:12 PM filburt1 said this in Post #6
You don't seem to understand. With the MySQL wrapper class that vB uses, it will die by itself if the query fails.
|
ohhhhh yeah your right i didn't understand...
however I fixed my problem, what I had forgotten to do in the form action was
PHP Code:
action="misc.php?action=updimg[b]&id=$id[/b]"
so my query couldn't determine the $id variable hence there's nothing to update
thanks alot though......
so no matter what query you run in any VB page the query dies if it's failure then?