COMPUTER FUNDAMENTALS

COMPUTER NETWORKS AND COMMUNICATIONS

INTERNET AND WEB TECHNOLOGIES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
PHP uses settings in a file named ____ to control some of its behavior
A
php.ini
B
PHP Session
C
PHP Server
D
PHP Post
Explanation: 

Detailed explanation-1: -ini file is a special file for PHP. It is where you declare changes to your PHP settings. The server is already configured with standard settings for PHP, which your site will use by default. Unless you need to change one or more settings, there is no need to create or modify a php.

Detailed explanation-2: -This format was used for operating system components, such as device drivers, fonts, and startup launchers. INI files were also generally used by applications to store individual settings. The format was maintained in 16-bit Microsoft Windows platforms up through Windows 3.1x.

Detailed explanation-3: -ini is a configuration file that stores your web server’s PHP settings.

Detailed explanation-4: -In Windows Explorer, open your PHP installation folder, for example C:. In a text editor, open the php. ini file. Search the file for the setting you want to change. Save and close the php. Recycle the IIS Application Pools for PHP to pick up the configuration changes. 16-Feb-2023

There is 1 question to complete.