On a linux server it looses the value of a global or local variable in combination for an insert into…this is very bad
example in a form
$var_id = {id};
$var_name = “Jason”;
sc_exec_sql(“insert into relations (name) values (’$var_name’) where id = $var_id”);
The wil not work in a linux server because the value wil be empty, it looses its value. On a windows pc it will work fine.
In version of SC before the latest it worked fine, now not anymore. Brings me to a point that I have to take care before downloading a new version. But should I test every time everything? It is a lot a work. So donot make it so easy to click om a message that I working with an older version, please.