open php file in chrome

How to open php file in chrome, other browsers and operating systems?

Programming is the foundation of the digital world today. Since its inception, we have improved and developed new languages ​​to create more efficient programs and websites. It is precisely in the field of web development that further changes have occurred in what we have been in the 21st century. PHP is a programming language used to create applications that can be run from a computer or a mobile application. Now, I will share how to open PHP file in chrome and other systems.

The files that contain the source code written in PHP carry the extension with the same acronym. These can contain the coded structure of an application or part of it and can be copied to create another app based on the original.

What is it and for which files with the .PHP extension are they used?

.PHP extension What are they and how to open this type of file?  1

Files with the .PHP extension are known as scriptable language on the server. These are used in web development, as well as in the usual programming language.

A web server’s PHP engine decodes the PHP character included in the template and quickly creates the HTML code from it. This character can be used by the person using the web page, which is why the standard and PHP file cannot be visible to the user.

how to open a PHP file in chrome from any computer?

Although a PHP file acquires this extension with the code within it, this is nothing more than a simple text set, so any basic processor like the Windows’ Note Blog’ can read it easily.

Here we show you how to open these files in major operating systems:

From the windows

Opening a PHP file in Windows is an extremely simple operation as any text editor can both view and edit this type of file. Therefore, in this activity, we will use the «Blog of Notes» tool, which is already installed at the factory on computers running Microsoft.

  • You need to locate the PHP file you want to view and right-click on it once done.
  • From the options that will be displayed, select «Open With,» which will open a window in which you must select the option “Select a program from the list of installed programs.”
  • Once you have opened the Program Explorer, you need to click on “Blog notes.”

Once all this is done, the program will start automatically and you will be able to see all the codes that make up the file. To understand what is inside, it is necessary to have advanced knowledge of programming with this language.

On Mac computers

You need to download and install BBEdit ., Which is a free program that allows you to view and edit different formats, including PHP. If you want to install it, you need to do the following:

Download BBEdit 12 for Mac

Now open Spotlight. For this, you have to go to the icon that of the magnifying glass, which is at the top left of the screen. To do this, you have to write “BBEdit” and click twice in order to bring out a drop-down menu.

If this is your first time opening BBEdit after installing it, you need to click the “Open” button when prompted, then click “Continue” so you can start a thirty-day trial.

Now that you are in the program, you need to click on “File” in the menu bar at the top of the screen and select “Open” from the displayed options.

“UPDATED ✅Want to know which are the best programs and applications to open .PHP files on computers and smartphones? ⭐ENTER HERE ⭐and find out how to do it ✅EASY and FAST. ✅”

Next, you need to click on the path where the PHP file is stored to click and choose it. Finally, click on it and when you do, the PHP file is opened in BBEdit and with this, you can see the text contained in it.

On Linux

To open a file in Linux, you need to download the VI application, although you can also use the free pre-installed VI-M version. This is a text editor that helps you edit the large number of files you have.

To be able to open a PHP file in your Vi editor, you just have to perform the following steps:

Enter the file name. For a file called php.txt, php.txt will be inserted.

When this is open, the «insert» key must be pressed on the keyboard to enter the edit mode.

The «Esc» key also helps you to exit edit mode, but not the VI editor.

It should be noted that the VI interface is not like that of other text editors. In this case, you will need to have some knowledge that allows you to execute each of the commands necessary to manage the tool.

How to run a .Php file?

We already show you how to open it, but how can you run these files? At some point, you may need to run one that contains a script that can help you fix a problem. Here we show you how to do it on different platforms.

In XAMPP

This application helps you test different websites on your computer in case you need to load an online web server. With it, you can easily run a PHP file or multiple files in one go. What you should do is simply install the program and follow the steps below:

Start the program. This will be loaded into the icon bar. Click the XAMP icon to expand the control panel.

To continue, click the “Start” button next to “Apache” so that you can start the Apache webserver. When it is running, you will see that the word “Running” is highlighted next to it in green. You will also need to run “MySQL” in case your scripts require a database to run.

The next step is to place the PHP files you want to run in the “htdocs” folder, which is located within “XAMMP” on drive C. The files must have the extension “.php”.

Now what you need to do is open one of the browsers you use and enter “localhost”. A list of files stored in the “htdocs” folder in “XAMP” will open automatically. Click on a PHP file link and open it to run a script.

From the terminal or CMD

Running a file from the terminal requires several technical knowledge, but we’ll explain it as best we can to make it easier for you. Before starting, you need to configure your Windows OS to run PHP files. To do this, you need to have a root program that allows PHP to run like WAMP or MAMP.

Once you have it, what you should do is the following:

  • Go to the folder inside MAMP where the PHP file is stored and copy the path. This is usually “C: wamp bin PHP php5.6.8”.
  • Now you have to go to “Control Panel” and in the “System and security” section, select “System” and then “Advanced system configuration” and then “Environment variables”.

Once here, it is necessary to select the variable «PATH» and click on «Edit. » In the second field of the variable, you will get a path. To this path, you need to add a semicolon (;) at the end and then copy the PHP file’s path to finish by clicking “OK” to save the changes.

After that, you will have done everything to run PHP from the terminal, which is a bit simpler than the previous one. What you should do is simply the following:

  • Press the «Ctrl + R» keys to open the «Run» box where you need to type «CMD» to open the terminal.
  • Once the terminal is open, you need to write the path where the PHP file is saved to run it.

Keep reading How does PHP work? The function of PHP in WordPress

No Comments

Post A Comment