0% found this document useful (0 votes)
76 views

Create Account To 000webhost and Database Server-1

1. Sign up for a 000webhost account and verify your email to access the control panel. 2. Create a new website and select a name, or manage an existing site. 3. Access the file manager through the tools menu to create folders in the public_html directory for your files. 4. Configure the database connection locally or online through the database server tool and PHPMyAdmin. Export databases locally and import them online.

Uploaded by

rchllgllr
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

Create Account To 000webhost and Database Server-1

1. Sign up for a 000webhost account and verify your email to access the control panel. 2. Create a new website and select a name, or manage an existing site. 3. Access the file manager through the tools menu to create folders in the public_html directory for your files. 4. Configure the database connection locally or online through the database server tool and PHPMyAdmin. Export databases locally and import them online.

Uploaded by

rchllgllr
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Create account to 000webhostapp.

comP

1. Signup to https://in.000webhost.com/cpanel-login?from=panel
enter your email address and password (at least 1 capital letter and 1 number character)
2. Click the signup button
3. After you signup, this view will display until you verify your email, see your email

4. Check your email then “Click to Verify Email” (see red button)
5. Wait for the confirmation

6. Then login, https://panel.000webhost.com/ , click CREATE NEW WEBSITE THEN

7. Click + icon to your website name (see to na di pa existing un name) and password
Or in My Website, just click Manage Website

Then click Tools

Click file manager, then click public_html, then create your folder name

8. Public html will appear


c

Connecting Database Local Computer

// mysqli_connect("localhost", "username","password","database");

Connecting Database ONLINE

1. Look for your Dashboard in your 000webhost


2. Click the Tools then Database Server

3. Then fill-up the following


4. Look for your connection then look for …

5. Then see the PHPMyAdmin


6. Then see the database name in PHPmyadmin
7. Create table name “users”

Assigning date to local variable


$datecreated=date('Y-m-d');
$datemodified=date('Y-m-d');

Export your Database to your local PC


Save as .sql

Import your Database to your Online Webser


Choose your File (.sql) to upload

Assigning Connection online


// mysqli_connect("localhost", "username","password","database");
$con = mysqli_connect("localhost", "id17406609_dbgonzales33","Danden-
33","id17406609_students");

You might also like