Parsing GET/POST parameters into an array 03/02/2016 Juan Jesús Trigo Drupal/PHP Senior developer In Drupal 7: // Query params from url. $query_params = drupal_get_query_parameters(); // Query params from POST. $query_params = drupal_get_query_parameters($_POST);
Others Solve the ‘Segmentation Fault’ error using Drush Rafael Vergara The objective of this snippet is to try to eliminate the ‘Segmentation Fault’ error which appears when any Drush command runs. Read article Solve the ‘Segmentation Fault’ error using Drush La Drupalera rvergara
Others Importing data from a CSV file Diego Marrufo Rodríguez For that, you should create a PHP file (For example, in the DOCUMENT_ROOT of Drupal) and include the source code that indicates continuation. Read article Importing data from a CSV file La Drupalera dimaro
Others Showing errors during the development José Antonio Rodríguez In Drupal 7, we can modify the configuration of the PHP to maximize the level of error notifications. Read article Showing errors during the development La Drupalera jarodriguez