Is PHP up and functioning properly -
is there way verify php 5 functioning on linux centos. there default address check if php 5 , running
php not "up" not service or similar. verify php installed, open terminal , type:
php -v
should output like:
php 5.4.9-4ubuntu2.2 (cli) (built: jul 15 2013 18:23:35) copyright (c) 1997-2012 php group zend engine v2.4.0, copyright (c) 1998-2012 zend technologies xdebug v2.2.1, copyright (c) 2002-2012, derick rethans
then know php working.
to use php through browser need webserver such apache.
Comments
Post a Comment