Can I use PHP in conjunction with mySQL?
Absolutely. Once of the big advantages of PHP is the ability to interface to databases, including mySQL. Since we offer mySQL as apart of our service, you can have PHP act as a front-end to your mySQL databases. Not only is this possible, but it is very powerful. Many of the applications, such as parts of webhosting-support.com, are provided as PHP output querying from a mySQL database.
Yes. One of the advantages of PHP is the ability to interface with databases, including MySQL. If MySQL is included in your service, you can use PHP as a front-end to your MySQL database(s). See the Unix Database FAQ for specific information on installing and running MySql on your site. Top • Where can I find additional PHP documentation? Additional documentation can be found at the official PHP website: http://www.php.net. The site contains manuals and FAQs as well as an Introductory Tutorial for those new to PHP. Also see the PHP Manual from Zend.com. Top • Are there PHP resource limits on Expedient’s servers? Expedient has set PHP resource limits as follows: • Maximum execution time (CPU run time): 30 seconds • Memory limit per process: 8MB These limits are necessary to prevent run-away processes and overuse of resources. Top • Can I run PHP scripts anywhere on my virtual server? PHP scripts will run from anywhere on your virtual server. They do not need to be stored in any specific