Jump to content

forms, hidden fields, and variables


Dville

Recommended Posts

so here's my code

http://www.phpfi.com/128426

you can see on line 50, from a cookie, a string is being put into the variable $username

also on line 96 i start a php form. What I would like to do is take $username, and put it into a hidden field, which i should be able to make hidden with
[code]<input type=hidden[/code]

but how can i insert $username into this field. i would use name=username so i can grab it from backend.php
could i do 'value=$username'?

thanks in advanced for anyone who can help.
Link to comment
https://forums.phpfreaks.com/topic/13913-forms-hidden-fields-and-variables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.