How long does it take before I can use the VOIP Mailbox service?
FreePBX provisioning will take 2-3 days. This involves activating the numbers and setting up the system for first time use. The PBX can be done in 1 day, SIP...
FreePBX provisioning will take 2-3 days. This involves activating the numbers and setting up the system for first time use. The PBX can be done in 1 day, SIP...
No. We bill your credit card monthly. There are long term contracts available with a discount. Please contact us for more information.
Before you can use MySQL, you need to create a database for yourself on your Control Panel. To connect from a PHP script, just put this in your file:...
Our client panel can send you the login information to the registered email address on file. Select “Forget Password”. Enter in your login and then press enter. The login...
hosting.ca will help connect your database and help you in troubleshooting issues however we do not assist you in your custom built database. We do have paid services which...
A DSN-less connection is a method of connecting to a database without specifying a named data source. DSN-less connections don’t require the creation of an ODBC DSN. Instead of...
DSN connections require ODBC, an open standard for API for accessing databases. ODBC handles SQL requests and converts them into requests that the individual database systems understand. DSNs are...
The error is happening because the path to the database is unknown. Make sure the path is correct for “DB location” inside the DSN configuration.
DSN, which stands for data source name, is a method of connecting to a database via ASP (Active Server Page). DSN connections require ODBC, an open standard for API...
Here are the correct paths to the common server resources that CGI scripts often require: Date : /bin/date Sendmail : /usr/lib/sendmail Path to Perl interpreter : #!/usr/bin/perl Place your cgi scripts in...