Hello
I have a custom PHP page which i wanted to use to activate and stop a setting in VB from running
I am working with VSA chatbox.
What i want to do is enable it and disable it based on a time of day.
PHP Code:
$query = "update vb_setting set value = 0 where varname = 'vsachatbox_enable_product' or varname = 'vsaaddon_enable_product'";
This works and the database updates but it seems that the system doesnt read this in. Is there something i am missing which also happens when the submit button is pressed on the admin settings interface?