I'm using exec()
to exec a file but the file is in a class, I read more about argv but it was confusing. I need to get it to work inside a class.
It says:
Please note that, $argv and $argc need to be declared global, while trying to access within a class method
on php.net