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, 1338👍, 0💬
Popular Posts:
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
Where is API Management Service on my Azure Portal? If your IT department has signed up for an Azure...
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...