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, 1909🔥, 0💬
Popular Posts:
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...