Recently I was working on a project where I was wanted to make a request to another website to submit data from Drupal site. PHP provides very useful method for it i.e. cURL.
I've worked with Drupal commerce with almost 3 major project till now, and I'm seriously loving it the way it is flexible and configurable using Website UI and even with code.
In current project which I'm working on was having some p
Now a days there are always tasks which require email notification, such examples are notify user on account creation, periodic notification for activities done by user, notify user on submission of form, etc. There are lots of other cases where you need to test the email and its content.
Just came across a situation, where wanted to alter the allowed values in views exposed filter depending on users who are viewing them.
View allows site admin to expose its filter value to user, so they can apply different filters while viewing views output.
Blocks are the boxes of content (such as "User Login" or "Who's online") that can be displayed in regions (such as footer or sidebar) on your page.
Blocks are made available to your site most commonly by enabling modules.