I would like to know more about website creation database.

Asked By 0 points N/A Posted on -
qa-featured

Hi guys,

I would like to know more about website creation database. Our programming team is working on html and PHP programming languages for our small company business website.

We are ten member in a team.

What would be the best recommendation of a database system that suited with PHP and html programming languages?

Expecting some help, thank you.

SHARE
Answered By 0 points N/A #180341

I would like to know more about website creation database.

qa-featured

Hello,

When it comes to creating a website with a database at the backend you have to choose from 2 options:

  • If you have a Linux based hosting: then your best approach is using Phpmyadmin to build and manage your database, and using Dreamweaver for creating your website interface.

Also for testing environment, you should install WAMP server from the following URL: 

This is apache server for creating and testing both the database file and php pages.

  • On the other hand, if you have windows based hosting: then you should using Microsoft web developer for the website interface and Microsoft SQL for creating the database.

Trienity Maria

Related Questions