Hello everyone,
how can I change applications after executing a command from my php button?
I tried to enter sc_redir() after my code but does not work.
ex: php button with this code
sc_exec_sql(“SELECT riga FROM temp_af INTO OUTFILE ‘$nomefile’ lines terminated by ’
'”);
sc_redir(xxxxxx.php);