code help, form values
code help, form values
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- rabattski0
hope this works, since posting code here doesn't work 100%. but let's say you have an url like index.php?txt=yadda. you can use php to set the value of that form element. e.g. since $txt = "yadda" yadda will be displayed in that text element.