By Jim Ruby on
Hi, I am trying to use php or if a module would be a better way to have drupal pass username to the @user in the below example. I can not get it right, no matter what I try, could anyone help with this? I know it is only a couple lines of code, but I do not know php. I could either put this in a body of a page and just use text type of php or would a little module be better?
The example link is:
protocol://&password=apassword&room=roomid&username=@user&other=ipaddress&br=2
so I would want the @user to expand to the user name and have the protocol:// be processed just like if it was http://
any help with this would be greatly appreciated.