Login using Dropdown Box |
11/4/2008 3:48:45 AM |
PHPRunner General questions | |
S
swanside author
I am following this code here, but I can not get it to work http://www.asprunner.com/forums/index.php?showtopic=7196
<INPUT name=username{$value_username}>
<input name=username {$username_attrs}>
|
|
J
|
Jane 11/5/2008 |
Paul, Is this the same box to edit? Yes. |
S
|
swanside author 11/5/2008 |
Thanks, but I can not get it to change from a text entry box to a drop down box. I will keep trying. |
T
|
thesofa 12/3/2008 |
Can you please telll me what to replace <INPUT name=username {$username_attrs}>
{doevent name="TableName_username"}
function Tablename_username(&$params) global $conn;
|
J
|
Jane 12/3/2008 |
Hi, {doevent name="TableName_username"}
{$event TableName_username} |
T
|
thesofa 12/3/2008 |
spot on again, many thanks again Jane |