M
M
martensit2017-05-16 09:55:14
PHP
martensit, 2017-05-16 09:55:14

PHP and Apache are installed on windows XP, how to check if PHP is running on the system?

PHP and Apache are installed on windows XP, how to check if PHP is running on the system?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Sashnin, 2017-05-16
@martensit

> is PHP running on the system?
Start Menu -> Run -> cmd.exe
Writephp -v

A
Artem, 2017-05-16
@devspec

Create a file phpinfo.php in the root of the localhost domain. Write
in it

<?
phpinfo();
?>

Call the browser address localhost/phpinfo.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question