Hello, I need some precious information that I can not justify could you help me in the following scenario?
PHP: When I execute the SQL statement (UPDATE) by PHP and when I return to the list of products I just updated and click again on the same product it gets the old value example: OFF, if I return the list again the product is shown as active. being updated after a second time);
T-SQL: If I'm on the screen and run UPDATE directly through the DBMS, and go back to the list of products and click again on the product will show that it is ACTIVE, depending on what I want.
Note the list: The product list and product screen are in an Iframe and do not cache as well.
Hugs,