Jump to content

PHP with SHELL scripts (bash)


occelot

Recommended Posts

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 :D

 

Link to comment
https://forums.phpfreaks.com/topic/282044-php-with-shell-scripts-bash/
Share on other sites

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 :-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.