Even trying to run asynchronously file.php from one.php, and even so to pass the parameter $ user_id. But this query does not work:
exec("file.php $user_id > /dev/null 2>/dev/null &"); Although even like this exec("file.php") does not work. What could be the problem?
PS: file.php and one.php are in the same directory (not the root), and the hoster says that the feature is on ..