DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 18 min
ago
Code
13 hours 17 min
ago
scrollbox.js
17 hours 38 min
ago
imagefield_gallery_scrollbox.module
17 hours 38 min
ago
more
Tags
CCK
drupal
fapi
javascript
jquery
menu
module
Panels
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
passing username to external site
View
Download
Fix
May 15, 2008 - 12:30pm — Anonymous
<?php
print
'<form action=/path/to/ur/script> <input type=hidden name=uname value='
.
$user
->
name
.
'> <input type=submit></form>'
;
?>