answersLogoWhite

0

Can PHP do everything that BASH can do?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

BASH and PHP are two totally different languages. One is a Computer Language(BASH) read by Linux and Mac machines. The other(PHP) is a website language used to create interactive websites such as social networks. Each of them can do their own thing, and communicate if done right.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can PHP do everything that BASH can do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you block the PHP file fopen with chmod and are there similar functions used to open or modify files with PHP ASP or any other languages?

bash/sh: chmod -rw test.file php: fopen('test.file', 'r') - return false (and E_WARNING)


How do you install php in window?

Download xampp or wamp and everything you need to run PHP would be installed with it


What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.


What is the PHP question mark?

The PHP question mark "<?" is a signal to the web server that everything up until "?>" will be PHP code and should be treated accordingly.


What is php mysql?

You are probably referring to running a MySQL query from within a PHP script. This is often done so that the PHP code can perform operations on the data that it gets out from the database. Creating an actual query from php is fairly simple once you have everything else set up, in fact if you know MySQL already you can just use the exact same syntax in PHP. Here is a link to a tutorial that will show you how to set up everything: http://www.freewebmasterhelp.com/tutorials/phpmysql/


What is a correct way to add a comment in PHP?

There are many ways to comment in PHP, all of them valid: /* Classic C style, which allows you to comment blocks rather than single lines */ // C++ Style, which remarks the remainder of a single line # bash style, which also is a rest-of-the-line comment


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


What is the default extension that most Web servers use to process php scripts?

PHP files extension is .php


What is the birth name of Kevin Bash?

Kevin Bash's birth name is Kevin Bash Lance.


How can you put the word bash in a sentence?

The children were holding a birthday bash. He took a bash in the face.


What are semantics in PHP?

In PHP, semantics refer to the meaning of code or how statements are interpreted by the PHP engine. It involves understanding how code functions and interacts with other elements in a PHP script. Proper semantics ensure that the code behaves as expected and follows the established rules of the PHP language.