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 Quote Link to comment 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 :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.