In one of my Rails application I need to execute a PHP file from the Controller of Ruby on Rails app. The PHP file meant for some database editing.
The php file loca
well, does system('php public/php_script.php') work?
system('php public/php_script.php')