Entry
PHP: Version: Web server: How see version of currently running PHP via your Apache webserver?
Feb 12th, 2005 14:06
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 19 February 2004 - 03:00 pm -------------------
PHP: Version: Web server: How see version of currently running PHP via
your Apache webserver?
---
Method: run the PHP command phpinfo();
---
Steps: Overview:
1. -Create a php test file:
1. Create in your favorite text editor a file containing the text:
--- cut here: begin --------------------------------------------------
<?php phpinfo(); ?>
--- cut here: end ----------------------------------------------------
2. -Run this PHP file via your Apache web server
---
---
Internet: see also:
---
PHP: Apache: How to run PHP via your Apache web server?
http://www.faqts.com/knowledge_base/view.phtml/aid/33857/fid/31
---
faqts: Computers: Internet: Web Servers: Apache: Installation and Setup
http://www.faqts.com/knowledge_base/index.phtml/fid/274
---
PHP: Version: Web server: How see version of currently running PHP via
your Microsoft IIS webserver?
http://www.faqts.com/knowledge_base/view.phtml/aid/28837/fid/1655
---
Operating system: Microsoft Windows: WAMP: Link: Overview: Can you
give an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/33803/fid/772
----------------------------------------------------------------------