POST

post problem 3

  1. //this is the .module file contents... this does the callback
  2. function spamApp_menu(){
  3.   $items = array();
  4.   $items['md5'] = array(
  5.     'title' => 'Convert to MD5',

Post Problem

  1. <?php
  2.  
  3. function xmd5form_form() {
  4.   $form['xmd5'] = array(
  5.     '#type' => 'textfield',
  6.     '#title' => t('Convert text to md5'),
  7.     '#default_value' => $object['xmd5'],
  8.     '#size' => 60,

post problem

  1. <?php
  2.  
  3.         function xmd5form_form() {
  4.         $form['xmd5'] = array(
  5.   '#type' => 'textfield',
  6.   '#title' => t('Convert text to md5'),
  7.   '#default_value' => $object['xmd5'],
  8.   '#size' => 60,

Google geocoding request and POST submit via JS

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
Syndicate content