Knowledgebase
Portal Home > Knowledgebase > Hosting > HTML, PHP, MySQL...
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Deleting tables from a database - Flash TutorialLearn how to delete tables from a database by watching this flash tutorial...
Views: 9
Configuring the PHP environment With php.iniThe servers use a master php.ini file for all directories without a php.ini file in it. You will...
Views: 9
Connecting to MySQL through PHP Use the following outline to connect and begin querying the MySQL server from within your PHP...
Views: 12
Copying a database table - Flash TutorialThe flash tutorial below shows you how to copy a dabtabase table...
Views: 10
Creating a database user through the MySQL console Through the mysql command line, this is accomplished by running the following commands. In SSH,...
Views: 9
Database Hosting and AutomationIn order to accomplish automation of your sales and service process, a database is generally...
Views: 7
Deleting fields from database tables - Flash TutorialLearn how to delete fields from databse tables by following this flash tutorial....
Views: 17
Emails not sending out with correct character setThis is a known issue with our servers. We are working to resolve this. In the meantime, you can...
Views: 9
FastCGI for PHPFastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of...
Views: 14
Fsockopen is not working.Fsockopen does work for connecting to any url that is on port 80. If it is using another port it...
Views: 11
How can I execute php code as .htm or .html filesIn your .htaccess file insert this line of code. AddType application/x-httpd-php .html .htm .php...
Views: 12
How do I create a MySQL user and grant them permission to a certain database?In Telnet/Shell type: "mysql" This will load the mysql command line. Next type: GRANT ALL...
Views: 7
How do I disallow guests or anonymous users from adding comments to my Picture Pro photo gallery?To disallow guests or anonymous users from adding comments to my Picture Pro photo gallery,...
Views: 11
How do I enable pdo_mysql?First see whether pdo_mysql.so is already installed on your server...$ ls...
Views: 10
How do I find paths?Finding a path to an application is very simple, just follow the below instructions and that will...
Views: 7
How do I import a Database(PhpMyAdmin) ) Once you have your sql file you will need to log into your CPanel 2) In the CPanel you will...
Views: 7
How do I install ioncube?IonCube is already installed on the server your hosting account is on. To get your scripts to use...
Views: 8
How do I install SourceGuardian?SourceGuardian is already installed on the server your hosting account is on. To get your scripts...
Views: 10
How do I stream RealMedia audio/video files?HTTP streaming is a method of serving RealMedia audio and video files on the Internet without the...
Views: 12
How do I switch between PHP4 and PHP5?1. Login into the Netfirms Members Control Panel 2. Click Site Tools3. From the Advanced section...
Views: 24
How do I tell if my account is using a localhost or a remote mysql host?To see if your account is using localhost or remotemysql host: In cpanel 10 click on the...
Views: 8
How do I turn off register_globals?To turn register_globals OFF follow these steps:1. Using a text editor (eg. Notepad) or File...
Views: 12
How do I use .html files to run SSI (Server Side Includes)?Apache Handlers This is what you would use to specify how to treat file types. By default, .html...
Views: 6
How do I use Real Audio or Video?You can use RealAudio/Video on your web site by using HTTP Streaming. In order to use http...
Views: 14
How do I view the php information page?Create a page name phpinfo.php and insert the below code into it. Pull this page up in your...
Views: 9
How to change the collation for all tables in a MySQL database to UTF8?Changing the collation for all tables in a MySQL database can be time consuming depending on how...
Views: 8
How to change the MySQL timezone When you develop your website, you may have to compare a certain date/time with the current...
Views: 9
How to reset your password for Advanced Guestbook. To retrive the guestbook password select the guest book db in PHPMyAdmin and the table book_auth....
Views: 170
How to use meta tags.Meta Tags: * Meta tags are included in the html, between the and at the top of the document * It...
Views: 6
I can't log into MySQL from a remote computer using a MySQL admin tool(phpMyAdmin, Navicat, MySQLFront, MySQL-Admin, etc). How to add yourself to the whitelist so that you can connect to mysql remotely.1. Log into your...
Views: 10
I would like to dump the Table Structure for my MySQLThe command line option from SSH is:mysql -d -p database_name > file.sqlWhere "database_name"...
Views: 9
I would like to dump the Table Structure for my MySQL Database, but none of the data. The command line option from SSH is:mysql -d -p database_name > file.sqlWhere "database_name"...
Views: 8
Importing databases and tables - Flash TutorialLearn how to importa databases and tables by watching this flash tutorial...
Views: 8
Inserting fields into database tables - Flash TutorialLearn how to insert different fields into database tables by following instructions in this flash...
Views: 8
Limiting what search engines can index using /robots.txtVarious search engines such as Google have what are called "spiders" or "robots" continually...
Views: 6
Modifying fields in database tables - Flash TutorialLearn how to modify different fields in databse tables by following this flash tutorial...
Views: 12
Mysql database and user naming syntax Since we run a shared hosting environment, we have to uniquely identify your usernames to your...
Views: 8
PHP Framework - PHP CakeCake is a rapid development framework for PHP which uses commonly known design patterns like...
Views: 14
PHP script for MySQL database importYou should start by creating a file called for example import.php and placing it in your...
Views: 8
Problem with old host and new host, my database still is looking at the old host.When importing an old database from another host you must go through a multi-step process or it...
Views: 8
Protecting the php.ini file from being viewedTo prevent people to viewing your php.ini file via a browser a few lines need to be pasted into...
Views: 7
Renaming database tables - Flash TutorialsWatch this flash tutorial to learn on how to rename a database table...
Views: 11
Running SQL queries on a database - Flash TutorialCheck out how you can run multiple SQL qureries on a database by watching this flash tutorial...
Views: 7
Searching through a database - Flash TutorialLearn how to search through a database by watching this flash tutorial...
Views: 9
To retrive the guestbook password select the guest book db in PHPMyAdmin and the table book_auth. While browsing it will show you the user name. run this sql command to change the password at the SQL query box in PHPMyAdmin update book_auth set password=PASSWORD('pass') where username='user'; where 'pass' is your password and 'user' is the user name.Log into your cpanel account and click on "MySQL Databases" then under "Users" create a new user...
Views: 7
TroubleshootingHere are a few initial things (common mistakes) to take a look at: - Make sure that after you...
Views: 5
Understanding CGI BasicsWhat Is CGI and how is it going to help me? CGI is translated as Common Gateway Interface. It's...
Views: 7
What are the Basic Connection Settings for MySQL? There are two different ways to connect to a MySQL database. Locally (from a script on the...
Views: 9
What do the different HTTP Status Codes like 200, 304, 404, 401, 403 mean?Informational 1xx 100 Continue101 Switching ProtocolsSuccessful 2xx 200 OK201 Created202...
Views: 9
What is PHP?Short for PHP: Hypertext Preprocessor, an open source, server-side, HTML embedded scripting...
Views: 10
What is the information_schema database?In MySQL version 5.02 and above there is an additional database called information_schema. This...
Views: 10
What is the path to PERL (interpretator)? The perl path is the very first line in every .cgi or .pl file. Usually it looks something like...
Views: 6
What is the path to Perl?Perl v5.5.3 scripts should include the following line at the beginning of all perl...
Views: 10
Where can I find more information on PHP?PHP is quickly becoming a very popular scripting language. More information on PHP can be found...
Views: 8
Why am I Getting File Not Found When Executing My CGI?"File Not Found" or "No Such File or Directory" This is usually the result of CGI scripts being...
Views: 14
Why do I get a red (x) where my images are supposed to be?Either the image was not uploaded and therefore does not exist on the server or your path to the...
Views: 12
Why is my site not listed in a top search engine?Many search engines reserve the right to reject Web sites based on content or quality. Check your...
Views: 9
Quick Navigation
Search







