Here we will learn How to enable or allow htaccess file on apache server to override your default server configurations. But before that we will quickly see what is htaccess file. What is htaccess file? htaccess is a hypertext access Read More …
How to make placeholder work in IE browser
As we all know that HTML 5 placeholder attribute is not working in IE less than 10 version. If you have input elements in your DOM with placeholder attribute and access the page in IE browser less than 10 version Read More …
How to create a order In Drupal programmatically
Today I got one strange requirement from my client and that is he has a Drupal website which is combined with NetSuite(NS), and he wants that if he create any order at NS end then this order will be create at Drupal Read More …
How to access Drupal functions and sesions in a stand alone PHP script
If you want to access Drupal functions and sessions in your stand alone PHP scripts which is present any where in your project directory then how you will do this? Let say you are going to create one websevices in Read More …
How to modify Active Directory passwords through PHP
The secret is keep in Active Directory on a user object within the unicodePwd attribute. This attribute is written under some restricted conditions, however it can’t be accessible, but the value of this attribute can be modify or alter. In Read More …
PHP CMS lists
Following are the PHP CMS list and their brief details. Name Supported databases Latest stable release Licenses Latest release date AdaptCMS Lite MySQL 2.0.1 GPL 2011-09-21 ATutor MySQL 2.0.3 GPL 2011-09-14 b2evolution MySQL 4.1.4 GPL 2012-04-06 BEdita MySQL 3.1.5 AGPL Read More …
How to know drupal version from fronend
Now our discussion topic is How to know drupal version from fronend? Do you want to know the Drupal version from the front-end of any Drupal website? Don’t worry not a big deal! Just try the below link it will give Read More …
How to create new block region in Drupal 7
Then following are the steps demonstrate how to create a new block region in Drupal 7. Step 1: Open up your theme’s .info file and add the following line: regions[new_region] = New Region Step 2: Now go to the your Read More …
Drupal node indexing
How to index a node at time of its creation/modification in Drupal7? Drupal would not indexing nodes at the time of its creation/modification. At the time of executing the cron script drupal indexing all the nodes those are yet not Read More …