About 1,410,000 results
Open links in new tab
  1. apache - How to run php files on my computer - Stack Overflow

    Running PHP script directly in browser: Here are all steps (in short) to run PHP program in XAMPP Step 1: First of all, open the Apache Friends website, The download and install …

  2. Opening a php file with xampp - Stack Overflow

    Oct 31, 2017 · Then open this folder and create a file which name is index.php and open it in you editor write a basic code like this: <?php echo "Hello World"; ?> Then save it. And open your …

  3. php - How do I run a file on localhost? - Stack Overflow

    How do I actually run a file on localhost? I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost? Server newbie here, additional que...

  4. How to get PHP script to run in browser? - Stack Overflow

    6 PHP is not intended for execution in a browser. It is for web servers to execute, or other preprocessing on the PHP-installed computer.

  5. How do I show / run a PHP file in a browser? As if it was a webpage

    The entire PHP file I got is a email function that works and looks a loot like a HTML and JavaScript file, but it is written in PHP. If I simply change the name to the file from PHP to …

  6. How to run a PHP file from ubuntu? - Stack Overflow

    May 31, 2016 · 12 How to run a php file from ubuntu platform in the localhost? I have also installed LAMP in my system. When I try to run the php file, in the browser, it says "The …

  7. How to call a PHP file from HTML or Javascript - Stack Overflow

    Why I cannot call PHP directly from JavaScript? If I can write the code inside HTML just fine, why can't I just reference the file for it in there or make a simple call for it in Javascript? Because …

  8. php - Could not open input file: artisan - Stack Overflow

    193 You cannot use php artisan if you are not inside a laravel project folder. That is why it says 'Could not open input file - artisan'.

  9. apache - PHP code is not being executed, but the code shows in …

    I'm trying to execute some PHP code on a project (using Dreamweaver) but the code isn't being run. When I check the source code, the PHP code appears as HTML tags (I can see it in the …

  10. How do I configure vscode live server to process php files properly …

    Jun 8, 2020 · There exist an extension to create php server directly in VSCODE for php file 1) Once you installed the extension right click on your php file and select the first option PHP …