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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.