occelot Posted September 10, 2013 Share Posted September 10, 2013 I have been developing in PHP for quite some time now and only recently started getting into bash/server scripting. My question, is there any practical use to use bash scripts with PHP? Do any enterprise level applications use it? To my understanding, it can be used as a link to tie multiple languages together like RUBY, PYTHON, PHP, PERL etc. i.e. `ruby my_useful_ruby_script.rb` // <- does something incredibly cool that PHP fails at?? WOULD THIS BE PRACTICAL?? SECRUTIY ISSUES? Do you use shell scripts in your code to do cool things?? Let me know Link to comment https://forums.phpfreaks.com/topic/282044-php-with-shell-scripts-bash/ Share on other sites More sharing options...
vinny42 Posted September 10, 2013 Share Posted September 10, 2013 I don't understand your question. PHP is just another scripted programming language, just like PERL `ruby my_useful_ruby_script.rb` // <- does something incredibly cool that PHP fails at?? that executes a ruby script, what's incredible about that? WOULD THIS BE PRACTICAL?? SECRUTIY ISSUES? Your capslock key is stuck :-) Link to comment https://forums.phpfreaks.com/topic/282044-php-with-shell-scripts-bash/#findComment-1449007 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.