About 1,480,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 XAMPP for Windows. Step …

  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 browser. And …

  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. PHP server on local machine? - Stack Overflow

    Nov 5, 2009 · I'm trying to build a PHP site and I'm wanting to test my PHP files without uploading them to my host. Basically testing them on my own machine before I upload them. How do I do that?

  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 HTML I can open it in the …

  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 requested URL is not …

  7. 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'.

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

    PHP runs in several incarnations when installed on a computer: from the command line from a web server spawned internally by an IDE or GUI frontend for PHP The web server use is common. A …

  9. Is it possible to run .php files on my local computer?

    Possible Duplicate: PHP server on local machine? Is it possible to run .php files on my local computer? I know if i open up a web browser and enter the file location into the URL for HTML files...

  10. 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 the PHP code …