Installation, updates, manuals and APIs.
Code, issues, development roadmap.
Custom job offers.
Send us your sales or general questions.
If you put a php file on your site with this as the content: (call it phpinfo.php)
<?php
phpinfo();
?>
Then access the file by web: http://mysite.com/phpinfo.php then the results will tell you where your php.ini file is located.