DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
POST
post problem 3
December 31, 2008 - 5:04am — Anonymous
//this is the .module file contents... this does the callback
function
spamApp_menu
(
)
{
$items
=
array
(
)
;
$items
[
'md5'
]
=
array
(
'title'
=
>
'Convert to MD5'
,
POST
problem
Read more
Post Problem
December 31, 2008 - 4:44am — Anonymous
<?php
function
xmd5form_form
(
)
{
$form
[
'xmd5'
]
=
array
(
'#type'
=
>
'textfield'
,
'#title'
=
>
t
(
'Convert text to md5'
)
,
'#default_value'
=
>
$object
[
'xmd5'
]
,
'#size'
=
>
60
,
Drupal 6
POST
Read more
post problem
December 31, 2008 - 4:03am — Anonymous
<?php
function
xmd5form_form
(
)
{
$form
[
'xmd5'
]
=
array
(
'#type'
=
>
'textfield'
,
'#title'
=
>
t
(
'Convert text to md5'
)
,
'#default_value'
=
>
$object
[
'xmd5'
]
,
'#size'
=
>
60
,
Drupal 6
POST
Read more
Google geocoding request and POST submit via JS
October 30, 2008 - 5:58am — Anonymous
<!
DOCTYPE html
PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<
html xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
>
geocoding
google
maps
POST
submit
Read more