alice hello I want to ask how to activate a php extension like this sorry I'm still a beginner BCMath PHP Extension Ctype PHP Extension JSON PHP Extension Mbstring PHP Extension OpenSSL PHP Extension PDO PHP Extension PHP Extension Tokenizer XML PHP Extension Fileinfo PHP Extension allow_url_fopen is enabled PHP-GD or Imagick PHP extension
admin Hello, you can check under php -m command (after logging into your account via SSH) as well as in "php info" the given modules are available all the time.
admin alice This information is not available from the hosting account panel. You can put a php file in the public_html directory with the php info function: <?php phpinfo(); ?> Then visit the address to the file in your browser.