ebooks of drupal 6 and drupal 7
ebooks of drupal 6 and drupal 7 Pro_Drupal_7_Development_3rd_Edition Pro Drupal Development 6 Learning.Drupal.6.Module.Development.May.2008
ebooks of drupal 6 and drupal 7 Pro_Drupal_7_Development_3rd_Edition Pro Drupal Development 6 Learning.Drupal.6.Module.Development.May.2008
drupal 6 basic form <?php function test_myform($form_state) { // Access log settings: $options = array(‘1’ => t(‘Enabled’), ‘0’ => t(‘Disabled’)); $form[‘access’] = array( ‘#type’ => ‘fieldset’, ‘#title’ => t(‘Access log settings’), ‘#tree’ => TRUE,...
change password drupal admin UPDATE users SET pass = MD5(‘newpassword’) WHERE uid=1
Recent Comments