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 Change the theme of your portal with Drush Pepe García The objective of this snippet is to teach you how to change the theme of your portal through Drush with vset. Read article Change the theme of your portal with Drush La Drupalera José García García
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