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, ∼2544🔥, 0💬
Popular Posts:
What are "*..." and "**..." Wildcard Parameters in Function Definitions? If you want to define a fun...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
What Happens If One Row Has Missing Columns? What happens if one row has missing columns? Most brows...
How to use 'choose ... when ..." policy statements to control execution flows? If you want to contro...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...