A) Open a simple text editor like notepad and enter the following:

<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>

B) Save the text document as "phpinfo.php"

C) Upload the document to your public_html folder

D) Using your web browser, go to yourfulldomainname/phpinfo.php (Replace "yourfulldomanname" with your actual web address)

That will load the file you have just created into your web browser and show you all of the php information about modules loaded, what settings each php module has and some apache settings too as well as version numbers so you can check for compatibility.

If you are facing any issue on the same then hire our experts.

Дали Ви помогна овој одговор? 0 Корисниците го најдоа ова како корисно (0 Гласови)