Collections:
Checking Your PHP Installation
How To Check Your PHP Installation?
✍: Guest
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. Open a command window and run the commands below:
C:\>\php\php -v PHP 5.2.2 (cli) (built: May 2 2007 19:18:26) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0 Copyright (c) 1998-2007 Zend Technologies C:\>\php\php-cgi -v PHP 5.2.2 (cgi-fcgi) (built: May 2 2007 19:18:25) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0 Copyright (c) 1998-2007 Zend Technologies
⇒ Requirements for Connecting PHP to MS SQL Server
⇐ Downloading and Installing PHP on Windows
⇑ SQL Server FAQs - PHP MSSQL Functions - Connections and Query Execution
2024-04-29, 2732🔥, 0💬
Popular Posts:
What Are the Basic Features of a Trigger in SQL Server? Since a SQL Server trigger is a really an ev...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
Is SQL Server Transact-SQL case sensitive? No. Transact-SQL is not case sensitive. Like the standard...
How To Get the Definition of a View Out of the SQL Server in SQL Server? If you want get the definit...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...