really dumb question i know but how the hell do i find out if my PHP is CGi or an apache module i cant find anything pointing me in the right direction
mal
really dumb question i know
Moderator: General Moderators
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
-
reverend_ink
- Forum Contributor
- Posts: 151
- Joined: Sun Apr 20, 2003 1:18 am
- Location: Las Vegas | London
I have always used
Code: Select all
<?php phpinfo(); ?>-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
phice wrote:...should give you the information.Code: Select all
<?php php_self(); ?>
Fatal error: Call to undefined function: php_self() in C:\Documents and Settings\Administrator\Desktop\Server\selftest.php on line 1
Must've meant phpinfo();
