Search results

  1. O

    test my PHP from browser

  2. O

    test my PHP from browser

    should this tell me if my PHP is running on 10.2.2 from a browser I type - http://localhost/test_php/test.php the file is: <html> <head> <title>PHP Test</title> </head> <body> <?php phpinfo () ?> </body> </html> I should see a status page - right?
Back
Top