I try to make a form where people can use variables like $adress in a form field and that it is translated to values in a database
example someone fills in a form
"adress:$adress"
the $adress variable gets from a database query the next value
$adress="first street"
how can I make it happen that I read
adress: first street
when I print the submitted form variable
????????
example someone fills in a form
"adress:$adress"
the $adress variable gets from a database query the next value
$adress="first street"
how can I make it happen that I read
adress: first street
when I print the submitted form variable
????????