The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.

Articles

article How do I add a NEW user to my database?
To add a new user to your database, log into your control panel and click the "Manage...
Views: 3456
article How do I Add a user to my new database?
To "Add a user", log into your control panel and click the "Manage MySQL"...
Views: 3365
article How do I Connect to MySQL with PHP?
Here's how to connect and begin querying the MySQL server from within your PHP scripts:1. Connect...
Views: 3780
article How do I create a new database?
To create a new database, log into your control panel and click the "Manage Mysql"...
Views: 3125
article How do I upload a mysqldump of my database?
1. Create a database in your CPanel. 2. Go into my phpadmin and select the database you just...
Views: 3158
article My database name has added username_ to it - do I use that in my scripts?
USERNAME_ will be added to your database name and database username. You will need to use the...
Views: 3341
article What extensions do I use for PHP?
You can use .php, .php3 .phtml, .php4
Views: 3651
article What is PHP?
PHP is a server-side HTML embedded scripting language used to create scripts and/or Web pages. In...
Views: 3634
article What should I put for the MySQL host name?
You would use localhost
Views: 3492
article Why do I get a PHP 500 Error?
Normallly, the permissions on php files should be 644 and the permissions on folders containing...
Views: 3258