To help a customer understand how to determine their PHP configuration, provide this snippet and steps to the customer.


  1.  Open Notepad on your computer
  2. copy and paste the code provided in your email case I just sent out
  3. save file as info.php
  4. Login to your cPanel Hosting Account or Server. (You can use Filezilla or the File Manager in cPanel)
  5. upload the file by clicking upload or dragging and dropping in the Filezilla hierarchy for the server.


<?php
phpinfo(); 
?>