this code is not giving any output
<?php
echo "my first php script";
$cmd = "ruby test.rb";
system($cmd);
?>
this code is not giving any output
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs