carl f
-
2003-07-13
- priority: 5 --> 9
I have version 1.03 installed and working... however...
I need to take the user login name and pass it to the
site. I tried adding a hidden input :
<input type=hidden name= "mpuser" value="<?php echo
($loginname); ?>">
I echo'd it in my index.php but when I ran it, it echo'd
empty.
Any suggestions?