How to Delete or Drop a Table in phpMyAdmin

When working with databases, you can use the phpMyAdmin tool to create database, tables, and add content. Along with normal data addition, you may also need to reorganize the way your data is stored. This may involved removing data, or even deleting tables from you databases. This tutorial will guide you on the process of Read More >

Rearranging products and categories in osCommerce

After creating categories and products in your osCommerce, you will want to have them organized. You do not have to worry about the order or where they were originally created as you have the ability to transfer them around from within the admin area. Follow the instructions below to learn how to move categories and Read More >

Deleting categories and products in osCommerce

As you work with your added categories and products, you may eventually have the need to remove obsolete or discontinued items as opposed to rearranging them. Follow the instructions below as we discuss how to remove them from within the osCommerce admin interface. How to remove categories and products in osCommerce Log into your osCommerce Read More >

How to add a subcategory in osCommerce

After learning to add categories for your products, you may want to further divide them into subcategories. This article will explain how to create subcategories in osCommerce via the admin interface. Adding subcategory in osCommerce Log into your osCommerce admin interface. Under the left hand menu find and click the Catalog button. Click on the Read More >

How to add a new category in osCommerce

Adding categories and subcategories will help you to organize your products for your store. The instructions below will show you how to create new categories (and subcategories) from within your osCommerce admin interface. Adding a new category in osCommerce Log into your osCommerce admin interface. Under the left hand menu find and click the Catalog Read More >

Adding manufacturers in osCommerce

This tutorial will explain how to add a manufacturer to your osCommerce shopping cart. Manufacturers are important as they are where the products come from. To add a manufacturer in osCommerce, simply follow the steps below. How to add a manufacturer in osCommerce Log into your osCommerce admin interface. Under the left hand menu find Read More >

How to Install osCommerce via Softaculous

osCommerce is a free open-source for creating an online store. There are two ways to install this program into your hosting account, either manually, or via the softaculous installation tool. This article will guide you on the method of installing osCommerce with the Softaculous tool. Installing osCommerce via Softaculous Log into your cPanel interface. From Read More >

Learning the different data types in MySQL

When working with MySQL and its Structured Query Language (SQL), you may run across code where you need to undertand how it talks to the database. While SQL is a relatively simple language, knowing things such as data types will help you in your troubleshooting or coding. Below is a brief description of the main Read More >

MySQL 1064 Error: You have an error in your SQL syntax

So, you’re creating a custom SQL query to perform a task in the database. After putting the code together and running it in PHPmyAdmin it responds with a 1064 error. It may look similar to this: The 1064 error displays any time you have an issue with your SQL syntax, and is often due to Read More >

How to embed video content in a WordPress site

When working with video content for your WordPress site, you have two options, uploading and embedding. You can learn the differences between the two in our article on Embedding vs Uploading Videos. This guide walks you through the process of embedding video content directly from a third party video site such as YouTube or Vimeo. Read More >

How to upload video content in WordPress

When working with video content for your site, you have two options, uploading and embedding. You can learn the differences between the two in our article on Embedding vs Uploading Videos. If you decided to upload the content to your WordPress site, follow the simple guide below. Uploading video content to your WordPress site Log Read More >

How to Create an Admin Account in WordPress via MySQL

When working with programs that require you to log in, such as WordPress, there can be times when you seem to be locked out of your account. This can happen via a code error, a hack, accidental admin account deletion, or a malicious site partner changing information on you. If this happens, you will need Read More >

Overview on testing programs on your account

If you have an existing website and are thinking about switching to another type of program, it is a good idea to test different programs without interfering with your existing site. You can do this by installing the program you want to test into a subfolder. Once you have installed the program you can build Read More >

How to create and manage user ranks in phpBB 3.0

When working with users in your phpBB board site, you may wish to segregate users into different ranks. Ranks are simply titles that are achieved when a user has posted a specific number of posts. They are more or entertainment than anything and do not grant special privileges in and of themselved. In the instructions Read More >