We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

sherakama on 05/28/08


Tagged

textmate button submit drupal 5


Versions (?)


Drupal5 - Submit Button


Published in: PHP 


  1. $form['submit'] = array(
  2. '#type' => 'submit',
  3. '#name' => 'submit',
  4. '#value' => 'submit',
  5. '#op' => 'submit',
  6. '#attributes' => array('style'=>'width: 100px;'),
  7. );

Report this snippet 

You need to login to post a comment.