Tools, FAQ, Tutorials:
Verifying PHP Installation
How To Verify Your PHP Installation?
✍: FYIcenter.com
PHP provides two execution interfaces: Command Line Interface (CLI) and Common Gateway Interface (CGI). If PHP is installed in the \php directory on your system, you can try this to check your installation:
If you see PHP printing the version information on your screen for both commands, your installation is ok.
⇒ PHP Configuration Setting File
2016-10-13, 1515👍, 0💬
Popular Posts:
Where to find tutorials on API Management Services at Azure Portal? Here is a list of tutorials to a...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How to convert JSON Objects to PHP Associative Arrays using the json_decode() function? Actually, JS...