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, ∼2234🔥, 0💬
Popular Posts:
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...