Collections:
Verifying PHP Installation in MySQL
How To Verify Your PHP Installation in MySQL?
✍: 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.
⇒ Requirements for Using MySQL in PHP in MySQL
⇐ Installing PHP on Windows in MySQL
2017-07-30, 4713🔥, 0💬
Popular Posts:
What Happens to Your Transactions When ERROR 1205 Occurred in MySQL? If your transaction receives th...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
How To Use SQL*Plus Built-in Timers in Oracle? If you don't have a stopwatch/timer and want to measu...