check if i have php server code example
Example: test if php is installed
Create a php file containing code <? php echo phpinfo(); ?> and save it as test.php.
then you have installed PHP properly.
Create a php file containing code <? php echo phpinfo(); ?> and save it as test.php.
then you have installed PHP properly.