my PHP version is not changing please help :(

i changed the php version of my domain brindaconstructions.com to php 5.5 from php 7.0.1 but in general php info it shows my php is still 7.0.1 :frowning: please help.

@yunus19 said:
i changed the php version of my domain brindaconstructions.com to php 5.5 from php 7.0.1 but in general php info it shows my php is still 7.0.1 :frowning: please help.

The “General PHP Info” in the control panel displays server wide PHP information, not account specific settings.

To view the PHP config of your account, simply create a PHP file on your account with the following contents:

<?php phpinfo();

Then open the PHP file in your browser to see the PHP information.