really dumb question i know
Posted: Tue Mar 23, 2004 2:11 pm
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
mal
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php php_self(); ?>Code: Select all
<?php phpinfo(); ?>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