Introduction
In this article I will explain how to build a Drupal website using PHP. I have simply described that in this article. Drupal is a Content Management System (CMS). Let's start building a simple Drupal website using PHP. First of all you can download a Drupal zip file or setup from "http://www.drupal.com/". After completing your installation, login to Drupal using your username and password that you created during installation.
Then click on the "Create content" setting.
And click on the "Page" option.
Type a title and type the contents of your web page in the "Body" section. Then click the "Save" button.
To display the new page in the menu, click on the "Administer" setting.
And then click on "Site building".
Click on the "Menus".
Click "Primary links".
Click "Add item".
In the "Path" box, here type "node/1" and provide the page a menu link title. Click "Save" and then the link will appear in the top menu. To use this blog feature, click on "Create content".
Then click on story.
Enter a title and body.
Finally click on the "Save" button and the story will automatically appear on your front page.