After almost a half year of hosting I must say that your service is one of the best I have ever experienced. In every difficulty I ever encountered your support team was always there to help me.
Lighthouse Media Group
Unbeatable pricing and a commitment to service were enough reasons for us to have Speedsoft host our web site.
Cipha
Not only does Speedsoft have excellent prices and features, the service is quick,
knowledgeable and reliable, too.
Support : PHP
PHP is a popular free-ware web applications development tool. The "form interpreter", or preprocessor, and PHP's server-side scripting language allows one to write simple scripts and include them directly in HTML files (HTML-embedded). By including support for various databases, it also makes it trivial to develop database enabled web pages. Many people find the embedded nature much easier to deal with than trying to create separate HTML and CGI files. For more information about its supported features, see http://www.php.net/ and a wealth of help is available at http://www.phpbuilder.com. Great tutorials are available at http://www.devshed.com.
Like other preprocessed, html-embedded scripting languages, it has many of the more useful features of Perl but is designed for HTML development in mind. It eliminates the need for numerous small Perl CGI programs by allowing you to place simple scripts directly in your HTML files. This speeds up the overall performance of your web pages since the overhead of forking Perl several times has been eliminated. It also makes it easier to manage large web sites by placing all components of a web page in a single html file.
PHP works great with MySQL for database applications. Please see the MySQL page for details and an example in using this.
We have provided some sample code for adding the ability to have a file upload page here.
The current version of PHP/Apache running on our servers is
with MySQL, FreeType, XML, Imap, FTP, CURL, and GD support included.
Using PHP on your Site
No installation is necessary to use PHP on your site. Our servers are already configured to take advantage of it. However, you will want to turn on PHP parsing in the Nexserver Control Panel.
1. Login to the NexServer Control Panel
2. Click on your domain under the blue bar.
3. Click on the Setup icon.
4. Scroll to the bottom of the page and check the box that says "PHP support"
5. Simply name your web page with a .phtml, .php3, .php, or .php4 extension and the page will be parsed through the PHP processor.
Documentation
More information and full documentation is available at http://www.php.net
