Theme Options
COLORS SKINS PAGE COLOR BACKGROUND BODY

Error message

  • Deprecated function: Array and string offset access syntax with curly braces is deprecated in include_once() (line 20 of /home/royalcreations/public_html/shivamroy.com/includes/file.phar.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home/royalcreations/public_html/shivamroy.com/includes/common.inc).

drupal 7

How Drupal 7 Works

When a request for a page is sent by a browser , this request is received by the server hosting a drupal site. Suppose a request is sent for the page http://drupal.org/user/1 this request is received by drupal installation directory as URL user/1.
We have an .htaccess file inside drupal installation directory which is read on every request.

Read More

Netbeans IDE drupal configuration

You can easily intergrate drupal coding standards, files extention using following file. Netbeans Config.zip
On netbeans,
Goto : Tools->Options

Read More